[empathy/mc5: 101/483] Default to OFFLINE instead of UNSET for the global presence



commit f8043f3f6ebdd8acee896f0b50f78f62b35d0fdf
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Thu Jul 16 14:53:18 2009 +0100

    Default to OFFLINE instead of UNSET for the global presence

 libempathy/empathy-account-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c
index ed24e06..ebeb90d 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]