# HG changeset patch # User Mark Doliner # Date 1209708933 0 # Node ID 7883ed211f3e179d7dcf14dce8865981fb760b2e # Parent 08bb9d490f3802bed0f87df1483853ec40cbb067 Don't try to tell the IM network that we're not idle when we disconnect. This was causing a crash for me in silc when I got disconnected while idle. I'm not really sure why we would want to do this... the commit message was "A patch from Kevin Stange that should fix some idleness problems with MSN and Yahoo" but I couldn't find any more info about that. diff -r 08bb9d490f38 -r 7883ed211f3e libpurple/idle.c --- a/libpurple/idle.c Fri May 02 01:29:34 2008 +0000 +++ b/libpurple/idle.c Fri May 02 06:15:33 2008 +0000 @@ -252,7 +252,7 @@ PurpleAccount *account; account = purple_connection_get_account(gc); - set_account_unidle(account); + idled_accts = g_list_remove(idled_accts, account); } static void