mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 18:26:22 +00:00
Renamed ui_show_room_role_list -> mucwin_show_role_list
This commit is contained in:
@@ -681,7 +681,7 @@ mucwin_handle_role_list(const char *const roomjid, const char *const role, GSLis
|
||||
}
|
||||
|
||||
void
|
||||
ui_show_room_role_list(ProfMucWin *mucwin, muc_role_t role)
|
||||
mucwin_show_role_list(ProfMucWin *mucwin, muc_role_t role)
|
||||
{
|
||||
ProfWin *window = (ProfWin*) mucwin;
|
||||
GSList *occupants = muc_occupants_by_role(mucwin->roomjid, role);
|
||||
|
||||
Reference in New Issue
Block a user