Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
1366:155db3303ebb | 1367:ad346597b7b2 |
---|---|
84 | 84 |
85 | 85 |
86 /* If we're not reporting idle times to the server, still use Gaim | 86 /* If we're not reporting idle times to the server, still use Gaim |
87 usage for auto-away, but quit here so we don't report to the | 87 usage for auto-away, but quit here so we don't report to the |
88 server */ | 88 server */ |
89 if (report_idle == 0) { | 89 if (report_idle == IDLE_NONE) { |
90 return TRUE; | 90 return TRUE; |
91 } | 91 } |
92 | 92 |
93 if (idle_time > 600 && !gc->is_idle) { /* 10 minutes! */ | 93 if (idle_time > 600 && !gc->is_idle) { /* 10 minutes! */ |
94 debug_printf("setting %s idle %d seconds\n", gc->username, idle_time); | 94 debug_printf("setting %s idle %d seconds\n", gc->username, idle_time); |