Mercurial > pidgin
diff libpurple/idle.c @ 17257:42c2d75b3d3e
Update a comment: We don't check idle status every 5 seconds any more.
Fixes #1113
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 25 May 2007 16:17:50 +0000 |
| parents | b27e535cce50 |
| children | 010e8f32a0af 3c4811489e30 |
line wrap: on
line diff
--- a/libpurple/idle.c Fri May 25 04:03:19 2007 +0000 +++ b/libpurple/idle.c Fri May 25 16:17:50 2007 +0000 @@ -102,9 +102,8 @@ * should be set. * * There is no harm to calling this many many times, other than - * it will be kinda slow. This is called every 5 seconds by a - * timer set when Purple starts. It is also called when - * you send an IM, a chat, etc. + * it will be kinda slow. This is called by a timer set when + * Purple starts. It is also called when you send an IM, a chat, etc. * * This function has 3 sections. * 1. Get your idle time. It will query XScreenSaver or Windows
