Mercurial > pidgin
comparison src/gaimrc.c @ 5554:7b36d02031a2
[gaim-migrate @ 5955]
More work done... Got some painful stuff to do now.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 30 May 2003 00:00:48 +0000 |
parents | 7a64114641c3 |
children | b7319c094153 |
comparison
equal
deleted
inserted
replaced
5553:c0593bcdd5d6 | 5554:7b36d02031a2 |
---|---|
70 #define OPT_LOG_CONVOS 0x00000001 | 70 #define OPT_LOG_CONVOS 0x00000001 |
71 #define OPT_LOG_STRIP_HTML 0x00000002 | 71 #define OPT_LOG_STRIP_HTML 0x00000002 |
72 #define OPT_LOG_INDIVIDUAL 0x00000040 | 72 #define OPT_LOG_INDIVIDUAL 0x00000040 |
73 #define OPT_LOG_CHATS 0x00000100 | 73 #define OPT_LOG_CHATS 0x00000100 |
74 | 74 |
75 #define OPT_BLIST_APP_BUDDY_SHOW 0x00000001 | 75 /* #define OPT_BLIST_APP_BUDDY_SHOW 0x00000001 |
76 #define OPT_BLIST_SAVED_WINDOWS 0x00000002 | 76 #define OPT_BLIST_SAVED_WINDOWS 0x00000002 |
77 #define OPT_BLIST_NEAR_APPLET 0x00000004 | 77 #define OPT_BLIST_NEAR_APPLET 0x00000004 */ |
78 #define OPT_BLIST_SHOW_GRPNUM 0x00000008 | 78 #define OPT_BLIST_SHOW_GRPNUM 0x00000008 |
79 #define OPT_BLIST_SHOW_PIXMAPS 0x00000010 | 79 #define OPT_BLIST_SHOW_PIXMAPS 0x00000010 |
80 #define OPT_BLIST_SHOW_IDLETIME 0x00000020 | 80 #define OPT_BLIST_SHOW_IDLETIME 0x00000020 |
81 #define OPT_BLIST_SHOW_BUTTON_XPM 0x00000040 | 81 #define OPT_BLIST_SHOW_BUTTON_XPM 0x00000040 |
82 #define OPT_BLIST_NO_BUTTON_TEXT 0x00000080 | 82 #define OPT_BLIST_NO_BUTTON_TEXT 0x00000080 |
152 /* #define OPT_AWAY_TOMBSTONE 0x00000004 */ | 152 /* #define OPT_AWAY_TOMBSTONE 0x00000004 */ |
153 #define OPT_AWAY_AUTO 0x00000008 | 153 #define OPT_AWAY_AUTO 0x00000008 |
154 #define OPT_AWAY_NO_AUTO_RESP 0x00000010 | 154 #define OPT_AWAY_NO_AUTO_RESP 0x00000010 |
155 #define OPT_AWAY_QUEUE 0x00000020 | 155 #define OPT_AWAY_QUEUE 0x00000020 |
156 #define OPT_AWAY_IDLE_RESP 0x00000040 | 156 #define OPT_AWAY_IDLE_RESP 0x00000040 |
157 #define OPT_AWAY_QUEUE_UNREAD 0x00000080 | 157 #define OPT_AWAY_QUEUE_UNREAD 0x00000080 |
158 #define OPT_AWAY_DELAY_IN_USE 0x00000100 | 158 #define OPT_AWAY_DELAY_IN_USE 0x00000100 |
159 | 159 |
160 | 160 |
161 GSList *gaim_accounts = NULL; | 161 GSList *gaim_accounts = NULL; |
162 static guint misc_options; | 162 static guint misc_options; |