From f8043f3f6ebdd8acee896f0b50f78f62b35d0fdf Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Thu, 16 Jul 2009 14:53:18 +0100 Subject: Default to OFFLINE instead of UNSET for the global presence --- libempathy/empathy-account-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index ed24e0623..ebeb90d72 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -145,7 +145,7 @@ static void emp_account_manager_update_global_presence (EmpathyAccountManager *manager) { EmpathyAccountManagerPriv *priv = GET_PRIV (manager); - TpConnectionPresenceType presence = TP_CONNECTION_PRESENCE_TYPE_UNSET; + TpConnectionPresenceType presence = TP_CONNECTION_PRESENCE_TYPE_OFFLINE; EmpathyAccount *account = NULL; GHashTableIter iter; gpointer value; -- cgit v1.2.3