empathy r1275 - trunk/libempathy



Author: xclaesse
Date: Tue Jul 29 16:08:13 2008
New Revision: 1275
URL: http://svn.gnome.org/viewvc/empathy?rev=1275&view=rev

Log:
If we don't know the status string, set it to unset (Sjoerd Simons).


Modified:
   trunk/libempathy/empathy-utils.c

Modified: trunk/libempathy/empathy-utils.c
==============================================================================
--- trunk/libempathy/empathy-utils.c	(original)
+++ trunk/libempathy/empathy-utils.c	Tue Jul 29 16:08:13 2008
@@ -405,7 +405,7 @@
 		return MC_PRESENCE_UNSET;
 	}
 
-	return MC_PRESENCE_AVAILABLE;
+	return MC_PRESENCE_UNSET;
 }
 
 gchar *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]