diff src/idle.c @ 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 9da444224f0e
children bf041349b11e
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;
 	}