Thu, 10 Apr 2003 22:53:57 +0000
[gaim-migrate @ 5466]
unminimize minimized windows when we raise them, and make sure to show
windows if we have hide-on-send set
| src/conversation.c | file | annotate | diff | comparison | revisions | |
| src/gtkconv.c | file | annotate | diff | comparison | revisions |
--- a/src/conversation.c Thu Apr 10 22:09:22 2003 +0000 +++ b/src/conversation.c Thu Apr 10 22:53:57 2003 +0000 @@ -1475,7 +1475,7 @@ ((gaim_conversation_get_type(conv) == GAIM_CONV_CHAT && (chat_options & OPT_CHAT_POPUP)) || (gaim_conversation_get_type(conv) == GAIM_CONV_IM && - (im_options & OPT_IM_POPUP)))) { + ((im_options & OPT_IM_POPUP) || (im_options & OPT_IM_POPDOWN))))) { gaim_window_show(win); }