Wed, 03 Jan 2001 04:19:07 +0000
[gaim-migrate @ 1377]
fesnel's one line patch :)
committer: Eric Warmenhoven <warmenhoven@yahoo.com>
| src/idle.c | file | annotate | diff | comparison | revisions |
--- 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; }