diff options
author | James Booth <boothj5@gmail.com> | 2015-01-10 18:35:59 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-01-10 18:35:59 +0000 |
commit | c3ad3c0ba692613c6b26203d1328e42899775b0f (patch) | |
tree | 3495241723097fed7c4357876d6938a9f09e3a24 /tests | |
parent | 3e1832b02e5f994619ff3fdd2165d6326ab3e4db (diff) | |
download | profani-tty-c3ad3c0ba692613c6b26203d1328e42899775b0f.tar.gz |
Show resource in titlebar and on each message
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
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) {} |