Fri, 25 Oct 2002 11:50:40 +0000
[gaim-migrate @ 3944]
fix raise windows on event from javabsp
committer: Luke Schierer <lschiere@pidgin.im>
| src/conversation.c | file | annotate | diff | comparison | revisions |
--- a/src/conversation.c Fri Oct 25 04:32:23 2002 +0000 +++ b/src/conversation.c Fri Oct 25 11:50:40 2002 +0000 @@ -2033,8 +2033,8 @@ } } - if (!flags & WFLAG_NOLOG && ((c->is_chat && (chat_options & OPT_CHAT_POPUP)) || - (!c->is_chat && (im_options & OPT_IM_POPUP)))) + if (!(flags & WFLAG_NOLOG) && ((c->is_chat && (chat_options & OPT_CHAT_POPUP)) || + (!c->is_chat && (im_options & OPT_IM_POPUP)))) gdk_window_show(c->window->window); /* tab highlighting */