about summary refs log tree commit diff stats
path: root/tests/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-10 18:35:59 +0000
committerJames Booth <boothj5@gmail.com>2015-01-10 18:35:59 +0000
commitc3ad3c0ba692613c6b26203d1328e42899775b0f (patch)
tree3495241723097fed7c4357876d6938a9f09e3a24 /tests/ui
parent3e1832b02e5f994619ff3fdd2165d6326ab3e4db (diff)
downloadprofani-tty-c3ad3c0ba692613c6b26203d1328e42899775b0f.tar.gz
Show resource in titlebar and on each message
Diffstat (limited to 'tests/ui')
-rw-r--r--tests/ui/stub_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index f7d34eab..e13d9cea 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -189,7 +189,7 @@ void ui_handle_stanza(const char * const msg) {}
 
 // ui events
 void ui_contact_typing(const char * const from) {}
-void ui_incoming_msg(const char * const from, const char * const message, GTimeVal *tv_stamp) {}
+void ui_incoming_msg(const char * const from, const char * const resource, const char * const message, GTimeVal *tv_stamp) {}
 void ui_incoming_private_msg(const char * const fulljid, const char * const message, GTimeVal *tv_stamp) {}
 
 void ui_disconnected(void) {}