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:18:13 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 21:18:13 +0000
commitbb14b19bb194bb0212e244eefc8d025e536d7386 (patch)
tree866498566110d29f63f077669cc60b596a1f354e /src/xmpp
parent94f05ff42fb1b0e99b4f5890a638bb4443a0ec2d (diff)
downloadprofani-tty-bb14b19bb194bb0212e244eefc8d025e536d7386.tar.gz
Renamed ui_handle_room_info_error -> mucwin_room_info_error
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 8f19871b..d6a7ad55 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -1507,7 +1507,7 @@ _room_info_response_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza
     if (g_strcmp0(type, STANZA_TYPE_ERROR) == 0) {
         if (cb_data->display) {
             char *error_message = stanza_get_error_message(stanza);
-            ui_handle_room_info_error(cb_data->room, error_message);
+            mucwin_room_info_error(cb_data->room, error_message);
             free(error_message);
         }
         free(cb_data->room);