comparison 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
comparison
equal deleted inserted replaced
339:4c500ceeeb0f 340:0d9cfc3579a5
527 general_options = 527 general_options =
528 OPT_GEN_SEND_LINKS | 528 OPT_GEN_SEND_LINKS |
529 OPT_GEN_ENTER_SENDS | 529 OPT_GEN_ENTER_SENDS |
530 OPT_GEN_SAVED_WINDOWS | 530 OPT_GEN_SAVED_WINDOWS |
531 OPT_GEN_REMEMBER_PASS | 531 OPT_GEN_REMEMBER_PASS |
532 OPT_GEN_REGISTERED; 532 OPT_GEN_REGISTERED |
533 OPT_GEN_NEAR_APPLET;
533 display_options = 534 display_options =
534 OPT_DISP_SHOW_IDLETIME | 535 OPT_DISP_SHOW_IDLETIME |
535 OPT_DISP_SHOW_TIME | 536 OPT_DISP_SHOW_TIME |
536 OPT_DISP_SHOW_PIXMAPS | 537 OPT_DISP_SHOW_PIXMAPS |
537 OPT_DISP_SHOW_BUTTON_XPM; 538 OPT_DISP_SHOW_BUTTON_XPM;