diff options
author | James Booth <boothj5@gmail.com> | 2015-05-04 00:57:17 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-04 00:57:17 +0100 |
commit | bb2b5d20d5cf34e5644b9f04889e0e90e06aeb8a (patch) | |
tree | b4a8a17b55a8559096b3020e17778e3a0971694b /src/event/client_events.c | |
parent | bab4da039a69b4a51d7d909eb63c4667807c900c (diff) | |
parent | ef54ff305eb4d5f971547721e20a8347f6ee7770 (diff) | |
download | profani-tty-bb2b5d20d5cf34e5644b9f04889e0e90e06aeb8a.tar.gz |
Merge branch 'master' into pgp
Diffstat (limited to 'src/event/client_events.c')
-rw-r--r-- | src/event/client_events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/client_events.c b/src/event/client_events.c index ea327ca1..9f1acca4 100644 --- a/src/event/client_events.c +++ b/src/event/client_events.c @@ -70,7 +70,7 @@ cl_ev_send_msg(ProfChatWin *chatwin, const char * const msg) #else char *id = message_send_chat(chatwin->barejid, msg); chat_log_msg_out(chatwin->barejid, msg); - ui_outgoing_chat_msg(chatwin->barejid, msg, id); + ui_outgoing_chat_msg(chatwin, msg, id); free(id); #endif } |