| 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 |