mucwin_hide_occupants takes ProfMucWin

This commit is contained in:
James Booth
2015-11-02 01:01:37 +00:00
parent 668f92ece2
commit 6779c5bf68
5 changed files with 9 additions and 7 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);
mucwin_hide_occupants(mucwin->roomjid);
mucwin_hide_occupants(mucwin);
}
curr = g_list_next(curr);
}