changeset 3527:6587d97dc215

[gaim-migrate @ 3600] 6 does not convert cleanly to base 2. as a result, you cannot use 60 as a option this makes it use 80 instead. much better. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 17 Sep 2002 02:56:40 +0000
parents 2ce20ac05732
children aa5bb19435ce
files src/gaim.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gaim.h	Tue Sep 17 01:48:59 2002 +0000
+++ b/src/gaim.h	Tue Sep 17 02:56:40 2002 +0000
@@ -333,7 +333,7 @@
 #define OPT_AWAY_NO_AUTO_RESP		0x00000010
 #define OPT_AWAY_QUEUE			0x00000020
 #define OPT_AWAY_IDLE_RESP		0x00000040
-#define OPT_AWAY_QUEUE_UNREAD           0x00000060
+#define OPT_AWAY_QUEUE_UNREAD           0x00000080
 
 extern guint away_resend;
 extern int report_idle;