about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-14 22:59:49 +0000
committerJames Booth <boothj5@gmail.com>2015-03-14 22:59:49 +0000
commit385336c10b0026025d4cd3a32d0a9b1bc521469a (patch)
tree5cfe8cdf83b99ffd1804c695e0a3dc9620dc8bfc /tests
parentede3368f7ad0f66928cdf506f3c51ffe64653a89 (diff)
downloadprofani-tty-385336c10b0026025d4cd3a32d0a9b1bc521469a.tar.gz
Don't switch window on sent carbon
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/stub_ui.c2
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) {}