diff src/server.c @ 11003:2b772e7094ef

[gaim-migrate @ 12858] Kevin Stange made this patch to remove the win32 flashing from the gaim core and put it the winprefs plugin. He also cleaned up the winprefs plugin quite a bit. Blame him if it doesn't work ;) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 11 Jun 2005 23:29:56 +0000
parents 6240d7fd5b2c
children e4459e8ccfb5
line wrap: on
line diff
--- a/src/server.c	Sat Jun 11 22:30:08 2005 +0000
+++ b/src/server.c	Sat Jun 11 23:29:56 2005 +0000
@@ -771,7 +771,6 @@
 				cnv = gaim_conversation_new(GAIM_CONV_IM, account, name);
 
 			gaim_conv_im_write(GAIM_CONV_IM(cnv), NULL, message, msgflags, mtime);
-			gaim_conv_window_flash(gaim_conversation_get_window(cnv));
 		}
 
 		/*
@@ -892,7 +891,6 @@
 				cnv = gaim_conversation_new(GAIM_CONV_IM, gc->account, name);
 
 			gaim_conv_im_write(GAIM_CONV_IM(cnv), NULL, message, msgflags, mtime);
-			gaim_conv_window_flash(gaim_conversation_get_window(cnv));
 #if 0
 		}
 #endif