changeset 3924:a1708fada890

[gaim-migrate @ 4096] Those two really shouldn't be enabled by default; I find them very annoying committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 08 Nov 2002 06:20:44 +0000
parents b8398b505b03
children 0e85ca4516ef
files src/gaimrc.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gaimrc.c	Fri Nov 08 06:19:22 2002 +0000
+++ b/src/gaimrc.c	Fri Nov 08 06:20:44 2002 +0000
@@ -1150,14 +1150,12 @@
 		OPT_CONVO_CHECK_SPELLING;
 
 	im_options =
-		OPT_IM_POPUP |
 		OPT_IM_LOGON |
 		OPT_IM_BUTTON_XPM |
 		OPT_IM_ONE_WINDOW ;
 
 	chat_options =
 		OPT_CHAT_LOGON |
-		OPT_CHAT_POPUP |
 		OPT_CHAT_BUTTON_XPM |
 		OPT_CHAT_TAB_COMPLETE |
 		OPT_CHAT_ONE_WINDOW;