Renamed ui_show_room_role_list -> mucwin_show_role_list

This commit is contained in:
James Booth
2015-11-01 21:51:24 +00:00
parent 556985ec39
commit d47da01c00
4 changed files with 6 additions and 6 deletions

View File

@@ -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);