changeset 21761:2a3217f76615

merge of '32e84af5c8a93baaf4b0c4ba17149327f3e241d1' and 'fff669d4c52e1922e85347abbca84430b29359d9'
author Kevin Stange <kevin@simguy.net>
date Tue, 04 Dec 2007 06:13:13 +0000
parents 6360da6f3cc1 (current diff) 41489d141def (diff)
children 5bf56cc935a8
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c	Tue Dec 04 05:47:59 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Tue Dec 04 06:13:13 2007 +0000
@@ -1954,8 +1954,8 @@
 			break;
 
 		case MSIM_STATUS_CODE_IDLE:
-			/* will be handled below */
-			purple_status_code = -1;
+			/* Treat idle as an available status. */
+			purple_status_code = PURPLE_STATUS_AVAILABLE;
 			break;
 
 		default: