diff src/conversation.c @ 5103:bfcf72c5a930

[gaim-migrate @ 5466] unminimize minimized windows when we raise them, and make sure to show windows if we have hide-on-send set committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 10 Apr 2003 22:53:57 +0000
parents 9e50494f63a1
children 381da05cb5ed
line wrap: on
line diff
--- 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);
 	}