# HG changeset patch # User Mark Doliner # Date 1136747387 0 # Node ID a6e74b169e1c0c4130065336292f28b7139837eb # Parent b3f7f1600753c99dfe94a1bb8a27ac40c2b3c598 [gaim-migrate @ 15111] Bleeter pointed out that this causes all accounts to go idle when you set just one of them idle diff -r b3f7f1600753 -r a6e74b169e1c plugins/idle.c --- 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); }