comparison src/server.c @ 9477:2c7dcb5851f4

[gaim-migrate @ 10302] i figure we should flash away or not. nosnilmot agreed, and figured out why we aren't. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 19:36:38 +0000
parents d27156c9c876
children 1fac0336890c
comparison
equal deleted inserted replaced
9476:4d39f4d1034b 9477:2c7dcb5851f4
961 */ 961 */
962 if (cnv == NULL) 962 if (cnv == NULL)
963 cnv = gaim_conversation_new(GAIM_CONV_IM, gc->account, name); 963 cnv = gaim_conversation_new(GAIM_CONV_IM, gc->account, name);
964 964
965 gaim_conv_im_write(GAIM_CONV_IM(cnv), NULL, message, msgflags, mtime); 965 gaim_conv_im_write(GAIM_CONV_IM(cnv), NULL, message, msgflags, mtime);
966 gaim_conv_window_flash(gaim_conversation_get_window(cnv));
966 } 967 }
967 968
968 /* 969 /*
969 * Regardless of whether we queue it or not, we should send an 970 * Regardless of whether we queue it or not, we should send an
970 * auto-response. That is, of course, unless the horse.... no wait. 971 * auto-response. That is, of course, unless the horse.... no wait.