comparison 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
comparison
equal deleted inserted replaced
11002:bf03a5271395 11003:2b772e7094ef
769 */ 769 */
770 if (cnv == NULL) 770 if (cnv == NULL)
771 cnv = gaim_conversation_new(GAIM_CONV_IM, account, name); 771 cnv = gaim_conversation_new(GAIM_CONV_IM, account, name);
772 772
773 gaim_conv_im_write(GAIM_CONV_IM(cnv), NULL, message, msgflags, mtime); 773 gaim_conv_im_write(GAIM_CONV_IM(cnv), NULL, message, msgflags, mtime);
774 gaim_conv_window_flash(gaim_conversation_get_window(cnv));
775 } 774 }
776 775
777 /* 776 /*
778 * Regardless of whether we queue it or not, we should send an 777 * Regardless of whether we queue it or not, we should send an
779 * auto-response. That is, of course, unless the horse.... no wait. 778 * auto-response. That is, of course, unless the horse.... no wait.
890 #endif 889 #endif
891 if (cnv == NULL) 890 if (cnv == NULL)
892 cnv = gaim_conversation_new(GAIM_CONV_IM, gc->account, name); 891 cnv = gaim_conversation_new(GAIM_CONV_IM, gc->account, name);
893 892
894 gaim_conv_im_write(GAIM_CONV_IM(cnv), NULL, message, msgflags, mtime); 893 gaim_conv_im_write(GAIM_CONV_IM(cnv), NULL, message, msgflags, mtime);
895 gaim_conv_window_flash(gaim_conversation_get_window(cnv));
896 #if 0 894 #if 0
897 } 895 }
898 #endif 896 #endif
899 } 897 }
900 898