# HG changeset patch # User Luke Schierer # Date 1032231400 0 # Node ID 6587d97dc2151655d78c56456421ef41c0c98140 # Parent 2ce20ac05732d1eb828cc1fb69dbde2f07d0d0a5 [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 diff -r 2ce20ac05732 -r 6587d97dc215 src/gaim.h --- 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;