Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5102:4b4455c52f62 | 5103:bfcf72c5a930 |
|---|---|
| 1473 | 1473 |
| 1474 if (!(flags & WFLAG_NOLOG) && | 1474 if (!(flags & WFLAG_NOLOG) && |
| 1475 ((gaim_conversation_get_type(conv) == GAIM_CONV_CHAT && | 1475 ((gaim_conversation_get_type(conv) == GAIM_CONV_CHAT && |
| 1476 (chat_options & OPT_CHAT_POPUP)) || | 1476 (chat_options & OPT_CHAT_POPUP)) || |
| 1477 (gaim_conversation_get_type(conv) == GAIM_CONV_IM && | 1477 (gaim_conversation_get_type(conv) == GAIM_CONV_IM && |
| 1478 (im_options & OPT_IM_POPUP)))) { | 1478 ((im_options & OPT_IM_POPUP) || (im_options & OPT_IM_POPDOWN))))) { |
| 1479 | 1479 |
| 1480 gaim_window_show(win); | 1480 gaim_window_show(win); |
| 1481 } | 1481 } |
| 1482 | 1482 |
| 1483 /* Tab highlighting */ | 1483 /* Tab highlighting */ |
