diff options
author | James Booth <boothj5@gmail.com> | 2015-06-21 18:29:20 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-21 18:29:20 +0100 |
commit | 13a612cbc2978496e6587ff54a8df4165575b5ba (patch) | |
tree | b9b243db7575e5d7ca470421ef56bf9a8c70ebcd /tests/unittests | |
parent | 8d2d92360370747a34c25319a63d91a2775ffb85 (diff) | |
download | profani-tty-13a612cbc2978496e6587ff54a8df4165575b5ba.tar.gz |
Moved window creation to sv_ev_incoming_message
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 8ad3f236..085ff03b 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -179,7 +179,7 @@ void ui_contact_online(char *barejid, Resource *resource, GDateTime *last_activi } void ui_contact_typing(const char * const barejid, const char * const resource) {} -void ui_incoming_msg(const char * const from, const char * const resource, const char * const message, GTimeVal *tv_stamp) {} +void ui_incoming_msg(ProfChatWin *chatwin, const char * const resource, const char * const message, GTimeVal *tv_stamp, gboolean win_created) {} void ui_message_receipt(const char * const barejid, const char * const id) {} void ui_incoming_private_msg(const char * const fulljid, const char * const message, GTimeVal *tv_stamp) {} |