diff 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
line wrap: on
line diff
--- a/src/gaim.h	Tue Apr 01 07:48:28 2003 +0000
+++ b/src/gaim.h	Tue Apr 01 07:57:13 2003 +0000
@@ -157,14 +157,9 @@
 /*#define OPT_ACCT_KEEPALV	0x00000002 this shouldn't be optional */
 #define OPT_ACCT_REM_PASS	0x00000004
 #define OPT_ACCT_MAIL_CHECK      0x00000008
-/*do not use OPT_ACCT		0x00000010  talk to robot101 about automatic
- 						name stuff with this option
- */
 
 #define DEFAULT_INFO "Visit the Gaim website at <A HREF=\"http://gaim.sourceforge.net/\">http://gaim.sourceforge.net/</A>."
 
-
-
 enum log_event {
 	log_signon = 0,
 	log_signoff,
@@ -232,7 +227,7 @@
 #define OPT_BLIST_SHOW_PIXMAPS		0x00000010
 #define OPT_BLIST_SHOW_IDLETIME		0x00000020
 #define OPT_BLIST_SHOW_BUTTON_XPM	0x00000040
-#define OPT_BLIST_NO_BUTTONS		0x00000080
+#define OPT_BLIST_NO_BUTTON_TEXT	0x00000080
 #define OPT_BLIST_NO_MT_GRP		0x00000100
 #define OPT_BLIST_SHOW_WARN		0x00000200
 #define OPT_BLIST_GREY_IDLERS		0x00000400