mucwin_show_occupants takes ProfMucWin

This commit is contained in:
James Booth
2015-11-02 00:59:27 +00:00
parent ce0763e160
commit 668f92ece2
5 changed files with 10 additions and 8 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_show_occupants(mucwin->roomjid);
mucwin_show_occupants(mucwin);
}
curr = g_list_next(curr);
}