mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 22:16:21 +00:00
Renamed mucwin_occupants -> mucwin_show_occupants
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user