diff options
author | James Booth <boothj5@gmail.com> | 2015-03-14 22:59:49 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-03-14 22:59:49 +0000 |
commit | 385336c10b0026025d4cd3a32d0a9b1bc521469a (patch) | |
tree | 5cfe8cdf83b99ffd1804c695e0a3dc9620dc8bfc /tests | |
parent | ede3368f7ad0f66928cdf506f3c51ffe64653a89 (diff) | |
download | profani-tty-385336c10b0026025d4cd3a32d0a9b1bc521469a.tar.gz |
Don't switch window on sent carbon
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 1a0f650d..eb700856 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -201,6 +201,8 @@ void ui_recipient_gone(const char * const barejid, const char * const resource) void ui_outgoing_chat_msg(const char * const from, const char * const barejid, const char * const message) {} +void ui_outgoing_chat_msg_carbon(const char * const from, const char * const barejid, + const char * const message) {} void ui_outgoing_private_msg(const char * const from, const char * const fulljid, const char * const message) {} |