mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 08:46:21 +00:00
Renamed ui_room_show_occupants -> mucwin_occupants
This commit is contained in:
@@ -777,7 +777,7 @@ mucwin_update_occupants(const char *const roomjid)
|
||||
}
|
||||
|
||||
void
|
||||
ui_room_show_occupants(const char *const roomjid)
|
||||
mucwin_occupants(const char *const roomjid)
|
||||
{
|
||||
ProfWin *window = (ProfWin*)wins_get_muc(roomjid);
|
||||
if (window && !win_has_active_subwin(window)) {
|
||||
|
||||
Reference in New Issue
Block a user