# HG changeset patch # User Mark Doliner # Date 1123911013 0 # Node ID 4e25fb6678bd3eb16d207572fe45284d36f36e1c # Parent b4b1be482b4eb94307e2e30389248c9b62f016d2 [gaim-migrate @ 13419] sf patch #1243796, from Sadrul Habib Chowdhury Yahoo: buddies shown Idle when they sign out committer: Tailor Script diff -r b4b1be482b4e -r 4e25fb6678bd src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Sat Aug 13 05:22:09 2005 +0000 +++ b/src/protocols/yahoo/yahoo.c Sat Aug 13 05:30:13 2005 +0000 @@ -104,14 +104,15 @@ static void yahoo_update_status(GaimConnection *gc, const char *name, YahooFriend *f) { - gboolean online = TRUE; char *status = NULL; if (!gc || !name || !f || !gaim_find_buddy(gaim_connection_get_account(gc), name)) return; if (f->status == YAHOO_STATUS_OFFLINE) - online = FALSE; + { + return; + } switch (f->status) { case YAHOO_STATUS_AVAILABLE: