plugins/notify.c

changeset 10246
aa5bff72f94c
parent 10104
081392879815
child 10345
7d7f8cfa2b4f
equal deleted inserted replaced
10245:81654bee87e8 10246:aa5bff72f94c
232 static void 232 static void
233 im_sent_im(GaimAccount *account, char *receiver, const char *message) { 233 im_sent_im(GaimAccount *account, char *receiver, const char *message) {
234 GaimConversation *conv = NULL; 234 GaimConversation *conv = NULL;
235 235
236 if (gaim_prefs_get_bool("/plugins/gtk/X11/notify/notify_send")) { 236 if (gaim_prefs_get_bool("/plugins/gtk/X11/notify/notify_send")) {
237 conv = gaim_find_conversation_with_account(receiver, account); 237 conv = gaim_find_conversation_with_account(GAIM_CONV_IM, receiver, account);
238 unnotify(conv, TRUE); 238 unnotify(conv, TRUE);
239 } 239 }
240 } 240 }
241 241
242 static void 242 static void

mercurial