plugins/win32/winprefs/winprefs.c

changeset 13343
8eacd84b1599
parent 13293
fb00915c7c47
child 13769
ba5d9c762c1d
equal deleted inserted replaced
13342:8b97ca336ee9 13343:8eacd84b1599
286 GaimConversation *conv, int flags, void *data) 286 GaimConversation *conv, int flags, void *data)
287 { 287 {
288 GaimGtkWindow *win; 288 GaimGtkWindow *win;
289 GtkWidget *window; 289 GtkWidget *window;
290 290
291 /* Don't flash for our own messages */ 291 /* Don't flash for our own messages or system messages */
292 if(flags & GAIM_MESSAGE_SEND) 292 if(flags & GAIM_MESSAGE_SEND || flags & GAIM_MESSAGE_SYSTEM)
293 return FALSE; 293 return FALSE;
294 294
295 if(!gaim_prefs_get_bool(PREF_IM_BLINK)) 295 if(!gaim_prefs_get_bool(PREF_IM_BLINK))
296 return FALSE; 296 return FALSE;
297 297

mercurial