changeset 11635:e95c37720766

[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 <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 10 Oct 2005 05:12:55 +0000
parents c7305c2d650b
children 2f7558b0c01b
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);