about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 21:45:59 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 21:45:59 +0000
commitfa0ed64190983b9965bf86ff38599cb2bc43f5d8 (patch)
treebf1efe23a3cae0e243739326935b4c2671ffae3f /src/xmpp
parent21d560f068590023ac9f5ae9301c5737a4614205 (diff)
downloadprofani-tty-fa0ed64190983b9965bf86ff38599cb2bc43f5d8.tar.gz
Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_list
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/iq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 3f70587e..06ef7e10 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -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);