diff options
-rw-r--r-- | libpurple/idle.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libpurple/idle.c b/libpurple/idle.c index 54dc438f80..63cee6cdba 100644 --- a/libpurple/idle.c +++ b/libpurple/idle.c @@ -102,9 +102,8 @@ static gint time_until_next_idle_event; * 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 |