pidgin/plugins/unity.c

changeset 36081
6764e037a308
parent 35610
24b06c5e7760
child 36082
247d94c903c3
equal deleted inserted replaced
36080:637a1a87c4d3 36081:6764e037a308
195 195
196 return FALSE; 196 return FALSE;
197 } 197 }
198 198
199 static void 199 static void
200 im_sent_im(PurpleAccount *account, const char *receiver, const char *message) 200 im_sent_im(PurpleAccount *account, PurpleMessage *msg, gpointer _unused)
201 { 201 {
202 PurpleIMConversation *im = NULL; 202 PurpleIMConversation *im = NULL;
203 im = purple_conversations_find_im_with_account(receiver, account); 203 im = purple_conversations_find_im_with_account(
204 purple_message_get_who(msg), account);
204 unalert(PURPLE_CONVERSATION(im)); 205 unalert(PURPLE_CONVERSATION(im));
205 } 206 }
206 207
207 static void 208 static void
208 chat_sent_im(PurpleAccount *account, const char *message, int id) 209 chat_sent_im(PurpleAccount *account, const char *message, int id)

mercurial