comparison src/gaimrc.c @ 3367:3b00d97d59aa

[gaim-migrate @ 3386] There'll be more tommorow! Thanks for coming to the party. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 04:52:48 +0000
parents 6e876221ec82
children 412d1035d666
comparison
equal deleted inserted replaced
3366:120e08ea5aee 3367:3b00d97d59aa
991 static void set_defaults() 991 static void set_defaults()
992 { 992 {
993 int i; 993 int i;
994 struct away_message *a; 994 struct away_message *a;
995 995
996 misc_options = 996 misc_options = OPT_MISC_COOL_LOOK;
997 OPT_MISC_BUDDY_TICKER |
998 OPT_MISC_COOL_LOOK;
999 997
1000 logging_options = 0; 998 logging_options = 0;
1001 999
1002 blist_options = 1000 blist_options =
1003 OPT_BLIST_APP_BUDDY_SHOW | 1001 OPT_BLIST_APP_BUDDY_SHOW |
1004 OPT_BLIST_SAVED_WINDOWS | 1002 OPT_BLIST_SAVED_WINDOWS |
1005 OPT_BLIST_NEAR_APPLET | 1003 OPT_BLIST_NEAR_APPLET |
1006 OPT_BLIST_SHOW_GRPNUM | 1004 OPT_BLIST_SHOW_GRPNUM |
1007 OPT_BLIST_SHOW_PIXMAPS | 1005 OPT_BLIST_SHOW_PIXMAPS |
1008 OPT_BLIST_SHOW_IDLETIME | 1006 OPT_BLIST_SHOW_IDLETIME |
1007 OPT_BLIST_GREY_IDLERS |
1009 OPT_BLIST_SHOW_BUTTON_XPM; 1008 OPT_BLIST_SHOW_BUTTON_XPM;
1010 1009
1011 convo_options = 1010 convo_options =
1012 OPT_CONVO_ENTER_SENDS | 1011 OPT_CONVO_ENTER_SENDS |
1013 OPT_CONVO_SEND_LINKS | 1012 OPT_CONVO_SEND_LINKS |
1017 OPT_CONVO_SHOW_SMILEY; 1016 OPT_CONVO_SHOW_SMILEY;
1018 1017
1019 im_options = 1018 im_options =
1020 OPT_IM_POPUP | 1019 OPT_IM_POPUP |
1021 OPT_IM_LOGON | 1020 OPT_IM_LOGON |
1022 OPT_IM_BUTTON_XPM; 1021 OPT_IM_BUTTON_XPM |
1022 OPT_IM_ONE_WINDOW ;
1023 1023
1024 chat_options = 1024 chat_options =
1025 OPT_CHAT_LOGON | 1025 OPT_CHAT_LOGON |
1026 OPT_CHAT_POPUP | 1026 OPT_CHAT_POPUP |
1027 OPT_CHAT_BUTTON_XPM | 1027 OPT_CHAT_BUTTON_XPM |
1028 OPT_CHAT_TAB_COMPLETE; 1028 OPT_CHAT_TAB_COMPLETE |
1029 OPT_CHAT_ONE_WINDOW;
1029 1030
1030 font_options = 0; 1031 font_options = 0;
1031 1032
1032 away_options = 1033 away_options =
1033 OPT_AWAY_BACK_ON_IM; 1034 OPT_AWAY_BACK_ON_IM;