diff -r 6764e037a308 -r 247d94c903c3 pidgin/plugins/unity.c --- a/pidgin/plugins/unity.c Thu May 22 16:52:23 2014 +0200 +++ b/pidgin/plugins/unity.c Thu May 22 16:57:07 2014 +0200 @@ -206,7 +206,7 @@ } static void -chat_sent_im(PurpleAccount *account, const char *message, int id) +chat_sent_im(PurpleAccount *account, PurpleMessage *msg, int id) { PurpleChatConversation *chat = NULL; chat = purple_conversations_find_chat(purple_account_get_connection(account), id);