From ef54ff305eb4d5f971547721e20a8347f6ee7770 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 4 May 2015 00:55:43 +0100 Subject: ui_outgoing_chat_msg now takes ProfChatWin as argument --- src/event/client_events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/event/client_events.c') 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 } -- cgit 1.4.1-2-gfad0