Mercurial > pidgin
diff src/connection.c @ 12272:3ef381cdc47e
[gaim-migrate @ 14574]
This should fix idle time reporting for all accounts. Previously it would
only work for one account because I'm dumb.
We're also doing one idleness check every 5 seconds instead of checking
for each account every 20 seconds.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 30 Nov 2005 06:03:49 +0000 |
| parents | 312efb43c49a |
| children | a88ca6da0b38 |
line wrap: on
line diff
--- a/src/connection.c Wed Nov 30 06:02:38 2005 +0000 +++ b/src/connection.c Wed Nov 30 06:03:49 2005 +0000 @@ -304,7 +304,6 @@ GAIM_CONV_ACCOUNT_ONLINE); } #endif - time(&gc->last_sent_time); /* Start the idle count from here */ gaim_signal_emit(gaim_connections_get_handle(), "signed-on", gc); serv_set_permit_deny(gc);
