Renamed ui_room_hide_occupants -> mucwin_hide_occupants

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

View File

@@ -647,7 +647,7 @@ ui_hide_all_room_rosters(void)
if (window->type == WIN_MUC && win_has_active_subwin(window)) {
ProfMucWin *mucwin = (ProfMucWin*)window;
assert(mucwin->memcheck == PROFMUCWIN_MEMCHECK);
ui_room_hide_occupants(mucwin->roomjid);
mucwin_hide_occupants(mucwin->roomjid);
}
curr = g_list_next(curr);
}