Renamed ui_handle_room_role_list -> mucwin_handle_role_list

This commit is contained in:
James Booth
2015-11-01 21:50:32 +00:00
parent 2cc5f17871
commit 556985ec39
4 changed files with 37 additions and 37 deletions

View File

@@ -1412,7 +1412,7 @@ _room_role_list_result_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const sta
}
}
ui_handle_room_role_list(from, role, nicks);
mucwin_handle_role_list(from, role, nicks);
free(role);
g_slist_free(nicks);