Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_list

This commit is contained in:
James Booth
2015-11-01 21:45:59 +00:00
parent 21d560f068
commit fa0ed64190
4 changed files with 64 additions and 64 deletions

View File

@@ -1365,7 +1365,7 @@ _room_affiliation_list_result_handler(xmpp_conn_t *const conn, xmpp_stanza_t *co
}
muc_jid_autocomplete_add_all(from, jids);
ui_handle_room_affiliation_list(from, affiliation, jids);
mucwin_handle_affiliation_list(from, affiliation, jids);
free(affiliation);
g_slist_free(jids);