Mercurial > pidgin.yaz
changeset 12764:657895c5f3f2
[gaim-migrate @ 15111]
Bleeter pointed out that this causes all accounts to go idle when
you set just one of them idle
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 08 Jan 2006 19:09:47 +0000 |
parents | dd84ed4f7f61 |
children | 29594d4ccbb1 |
files | plugins/idle.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/idle.c Sun Jan 08 19:07:41 2006 +0000 +++ b/plugins/idle.c Sun Jan 08 19:09:47 2006 +0000 @@ -26,7 +26,6 @@ #include "connection.h" #include "debug.h" -#include "idle.h" #include "notify.h" #include "plugin.h" #include "request.h" @@ -63,7 +62,6 @@ gaim_account_get_username(acct), mins_idle); t = time(NULL) - (60 * mins_idle); /* subtract seconds idle from current time */ - gaim_idle_set(t); gaim_presence_set_idle(presence, mins_idle ? TRUE : FALSE, t); }