gaim/gaim

This takes care of #2 from warren's comment #8 at
oldstatus
2005-06-05, Mark Doliner
aef09482a171
Parents 7008f346f3cc
Children e046e29228ca
This takes care of #2 from warren's comment #8 at
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159267

I think #1 can be fixed in the notify plugin
--- a/src/conversation.c Sun Jun 05 12:42:52 2005 -0400
+++ b/src/conversation.c Sun Jun 05 20:00:09 2005 -0400
@@ -1543,6 +1543,7 @@
* of the person that IMed them most recently.
*/
if ((gaim_conversation_get_type(conv) == GAIM_CONV_IM) &&
+ (flags & (GAIM_MESSAGE_RECV | GAIM_MESSAGE_ERROR)) &&
(!gaim_conv_window_has_focus(win)))
{
gaim_conv_window_switch_conversation(win, gaim_conversation_get_index(conv));