# HG changeset patch
# User Mark Doliner <mark@kingant.net>
# Date 1200469212 0
# Node ID c7da54111ea02e2b717a7dfade74578097b2ba3f
# Parent  91a4506b5808ff08d84afad3c5679b1bd373a966
It's ok for us to use == here because status_id is set to one of these
#defines a few lines above

diff -r 91a4506b5808 -r c7da54111ea0 libpurple/protocols/oscar/oscar.c
--- a/libpurple/protocols/oscar/oscar.c	Wed Jan 16 07:37:39 2008 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Wed Jan 16 07:40:12 2008 +0000
@@ -1795,7 +1795,7 @@
 		purple_prpl_got_user_status_deactive(account, info->sn, OSCAR_STATUS_ID_MOBILE);
 	}
 
-	if (!strcmp(status_id, OSCAR_STATUS_ID_AVAILABLE))
+	if (status_id == OSCAR_STATUS_ID_AVAILABLE)
 	{
 		char *message = NULL;