Update a comment: We don't check idle status every 5 seconds any more. v2.0.1

Fri, 25 May 2007 16:17:50 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Fri, 25 May 2007 16:17:50 +0000
changeset 17349
c5abad45e8a7
parent 17348
9fe40f6f8ad0
child 17350
3545cbb95670
child 17351
9244f0c55d48
child 17352
745e2a2ca09f
child 17371
f31df6fcb0db
child 17380
89c1ea4df48a
child 17904
1128eede9349

Update a comment: We don't check idle status every 5 seconds any more.

Fixes #1113

libpurple/idle.c file | annotate | diff | comparison | revisions
--- 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

mercurial