diff options
-rw-r--r-- | libempathy/empathy-idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c index d0bc005cc..5d2fa2bdc 100644 --- a/libempathy/empathy-idle.c +++ b/libempathy/empathy-idle.c @@ -468,7 +468,7 @@ empathy_idle_get_actual_presence (EmpathyIdle *idle, GError **error) case MC_PRESENCE_DO_NOT_DISTURB: return TP_CONNECTION_PRESENCE_TYPE_BUSY; default: - return TP_CONNECTION_PRESENCE_TYPE_UNSET; + return TP_CONNECTION_PRESENCE_TYPE_OFFLINE; } } |