Mercurial > pidgin
diff src/prefs.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 | 281ab2ecc08c |
| children | 200f22ca4890 |
line wrap: on
line diff
--- a/src/prefs.c Wed Nov 30 06:02:38 2005 +0000 +++ b/src/prefs.c Wed Nov 30 06:03:49 2005 +0000 @@ -1097,6 +1097,7 @@ /* Away */ gaim_prefs_add_none("/core/away"); + gaim_prefs_add_bool("/core/away/report_idle", TRUE); gaim_prefs_add_bool("/core/away/away_when_idle", TRUE); gaim_prefs_add_int("/core/away/mins_before_away", 5);
