comparison src/gaim.h @ 4944:5fe846b7603f

[gaim-migrate @ 5278] Fixes by Rob "Robot101" McQueen: Buddies who sign off within 10 seconds of signing on won't get stuck "online" forever Idle times refresh every minute Show icons/text on the buddy list buttons works now URL tooltips in gtkimhtml won't linger around for no good reason. Thanks, Rob. And Rob Flynn is a spoil sport ;) committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Apr 2003 07:57:13 +0000
parents 8a20332821b6
children b7dfce780963
comparison
equal deleted inserted replaced
4943:f0c7d092948d 4944:5fe846b7603f
155 155
156 #define OPT_ACCT_AUTO 0x00000001 156 #define OPT_ACCT_AUTO 0x00000001
157 /*#define OPT_ACCT_KEEPALV 0x00000002 this shouldn't be optional */ 157 /*#define OPT_ACCT_KEEPALV 0x00000002 this shouldn't be optional */
158 #define OPT_ACCT_REM_PASS 0x00000004 158 #define OPT_ACCT_REM_PASS 0x00000004
159 #define OPT_ACCT_MAIL_CHECK 0x00000008 159 #define OPT_ACCT_MAIL_CHECK 0x00000008
160 /*do not use OPT_ACCT 0x00000010 talk to robot101 about automatic
161 name stuff with this option
162 */
163 160
164 #define DEFAULT_INFO "Visit the Gaim website at <A HREF=\"http://gaim.sourceforge.net/\">http://gaim.sourceforge.net/</A>." 161 #define DEFAULT_INFO "Visit the Gaim website at <A HREF=\"http://gaim.sourceforge.net/\">http://gaim.sourceforge.net/</A>."
165
166
167 162
168 enum log_event { 163 enum log_event {
169 log_signon = 0, 164 log_signon = 0,
170 log_signoff, 165 log_signoff,
171 log_away, 166 log_away,
230 #define OPT_BLIST_NEAR_APPLET 0x00000004 225 #define OPT_BLIST_NEAR_APPLET 0x00000004
231 #define OPT_BLIST_SHOW_GRPNUM 0x00000008 226 #define OPT_BLIST_SHOW_GRPNUM 0x00000008
232 #define OPT_BLIST_SHOW_PIXMAPS 0x00000010 227 #define OPT_BLIST_SHOW_PIXMAPS 0x00000010
233 #define OPT_BLIST_SHOW_IDLETIME 0x00000020 228 #define OPT_BLIST_SHOW_IDLETIME 0x00000020
234 #define OPT_BLIST_SHOW_BUTTON_XPM 0x00000040 229 #define OPT_BLIST_SHOW_BUTTON_XPM 0x00000040
235 #define OPT_BLIST_NO_BUTTONS 0x00000080 230 #define OPT_BLIST_NO_BUTTON_TEXT 0x00000080
236 #define OPT_BLIST_NO_MT_GRP 0x00000100 231 #define OPT_BLIST_NO_MT_GRP 0x00000100
237 #define OPT_BLIST_SHOW_WARN 0x00000200 232 #define OPT_BLIST_SHOW_WARN 0x00000200
238 #define OPT_BLIST_GREY_IDLERS 0x00000400 233 #define OPT_BLIST_GREY_IDLERS 0x00000400
239 #define OPT_BLIST_BOTTOM_TAB 0X00000800 234 #define OPT_BLIST_BOTTOM_TAB 0X00000800
240 #define OPT_BLIST_POPUP 0x00001000 235 #define OPT_BLIST_POPUP 0x00001000