# HG changeset patch # User Mark Doliner # Date 1128921175 0 # Node ID e95c37720766621bc8e175f7a4531554b9b3498d # Parent c7305c2d650b33162b3e6bc6cea4daff2eb0ac96 [gaim-migrate @ 13911] If someone in your buddy list is idle, but not away, and you sign on with your Yahoo! account, previosly the person would remain offline. They should now correctly appear online and idle. No wukkaz. committer: Tailor Script diff -r c7305c2d650b -r e95c37720766 src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Mon Oct 10 04:55:42 2005 +0000 +++ b/src/protocols/yahoo/yahoo.c Mon Oct 10 05:12:55 2005 +0000 @@ -156,6 +156,7 @@ status = YAHOO_STATUS_TYPE_AWAY; break; case YAHOO_STATUS_IDLE: + status = YAHOO_STATUS_TYPE_AVAILABLE; break; default: gaim_debug_warning("yahoo", "Warning, unknown status %d\n", f->status);