Renamed mucwin_occupants -> mucwin_show_occupants

This commit is contained in:
James Booth
2015-11-01 21:57:18 +00:00
parent 2e08910841
commit a08f112fd0
5 changed files with 5 additions and 5 deletions

View File

@@ -777,7 +777,7 @@ mucwin_update_occupants(const char *const roomjid)
}
void
mucwin_occupants(const char *const roomjid)
mucwin_show_occupants(const char *const roomjid)
{
ProfWin *window = (ProfWin*)wins_get_muc(roomjid);
if (window && !win_has_active_subwin(window)) {