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

@@ -668,7 +668,7 @@ ui_show_all_room_rosters(void)
if (window->type == WIN_MUC && !win_has_active_subwin(window)) {
ProfMucWin *mucwin = (ProfMucWin*)window;
assert(mucwin->memcheck == PROFMUCWIN_MEMCHECK);
mucwin_occupants(mucwin->roomjid);
mucwin_show_occupants(mucwin->roomjid);
}
curr = g_list_next(curr);
}