Sun, 08 Jan 2006 19:09:47 +0000
[gaim-migrate @ 15111]
Bleeter pointed out that this causes all accounts to go idle when
you set just one of them idle
| plugins/idle.c | file | annotate | diff | comparison | revisions |
--- 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); }