diff src/gaimrc.c @ 340:0d9cfc3579a5

[gaim-migrate @ 350] More changes to the applet. Now, you can have it remember the position and not have it near the applet, or not remember the position and not near the applet, or near the applet. Also, if you want it near the applet, the login box will appear near the applet. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Jun 2000 21:33:20 +0000
parents 9d258a0aa560
children b402a23f35df
line wrap: on
line diff
--- a/src/gaimrc.c	Tue Jun 06 10:21:24 2000 +0000
+++ b/src/gaimrc.c	Tue Jun 06 21:33:20 2000 +0000
@@ -529,7 +529,8 @@
                 OPT_GEN_ENTER_SENDS |
                 OPT_GEN_SAVED_WINDOWS |
                 OPT_GEN_REMEMBER_PASS |
-		OPT_GEN_REGISTERED; 
+		OPT_GEN_REGISTERED |
+		OPT_GEN_NEAR_APPLET; 
         display_options =
                 OPT_DISP_SHOW_IDLETIME |
                 OPT_DISP_SHOW_TIME |