From: Sjoerd Simons Date: Tue, 30 Jun 2009 16:24:05 +0000 (+0100) Subject: Fallback to OFFLINE when getting an unknown presence from MC X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=66b32d43ebeab870039ca729b24ae64fdeff5088 Fallback to OFFLINE when getting an unknown presence from MC --- diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c index d0bc005c..5d2fa2bd 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; } }