Mercurial > pidgin
diff src/Makefile.am @ 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 | 1ec49f3360d2 |
| children | 3153661f4d5c |
line wrap: on
line diff
--- a/src/Makefile.am Wed Nov 30 06:02:38 2005 +0000 +++ b/src/Makefile.am Wed Nov 30 06:03:49 2005 +0000 @@ -75,6 +75,7 @@ desktopitem.c \ eventloop.c \ ft.c \ + idle.c \ imgstore.c \ log.c \ media.c \ @@ -122,6 +123,7 @@ desktopitem.h \ eventloop.h \ ft.h \ + idle.h \ imgstore.h \ log.h \ media.h \
