]> git.0d.be Git - empathy.git/commitdiff
Default to OFFLINE instead of UNSET for the global presence
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 16 Jul 2009 13:53:18 +0000 (14:53 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 16 Jul 2009 13:53:18 +0000 (14:53 +0100)
libempathy/empathy-account-manager.c

index ed24e06230166be4cecc6783eff4fe28fde05358..ebeb90d7294a0c3acb63b143c146dcdd492dba74 100644 (file)
@@ -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;