diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 3762b89ae..6c28a116e 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 * |