From 01d685c3ef1baf8ce117f4b983c519eb74ba92d6 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 29 Jul 2008 16:08:13 +0000 Subject: [PATCH] If we don't know the status string, set it to unset (Sjoerd Simons). svn path=/trunk/; revision=1275 --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 3762b89a..6c28a116 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -405,7 +405,7 @@ empathy_presence_from_str (const gchar *str) return MC_PRESENCE_UNSET; } - return MC_PRESENCE_AVAILABLE; + return MC_PRESENCE_UNSET; } gchar * -- 2.39.2