changeset 1367:ad346597b7b2

[gaim-migrate @ 1377] fesnel's one line patch :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 03 Jan 2001 04:19:07 +0000
parents 155db3303ebb
children 12365cb601cb
files src/idle.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/idle.c	Sun Dec 24 00:44:45 2000 +0000
+++ b/src/idle.c	Wed Jan 03 04:19:07 2001 +0000
@@ -86,7 +86,7 @@
 	/* If we're not reporting idle times to the server, still use Gaim
 	   usage for auto-away, but quit here so we don't report to the 
 	   server */
-	if (report_idle == 0) {
+	if (report_idle == IDLE_NONE) {
 		return TRUE;
 	}