]> git.0d.be Git - empathy.git/commitdiff
If we don't know the status string, set it to unset (Sjoerd Simons).
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 29 Jul 2008 16:08:13 +0000 (16:08 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 29 Jul 2008 16:08:13 +0000 (16:08 +0000)
svn path=/trunk/; revision=1275

libempathy/empathy-utils.c

index 3762b89ae7e2ae81b047eccdce203471ddf66a40..6c28a116e38206bb598f27cd78fb02ed3d440c32 100644 (file)
@@ -405,7 +405,7 @@ empathy_presence_from_str (const gchar *str)
                return MC_PRESENCE_UNSET;
        }
 
-       return MC_PRESENCE_AVAILABLE;
+       return MC_PRESENCE_UNSET;
 }
 
 gchar *