[empathy: 1/2] empathy-accounts: Check to see if there are no accounts thus show the assistant



commit 08cf375e793f4f9255e10ca61850af279a07ce1a
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Fri Feb 26 11:56:24 2010 +1100

    empathy-accounts: Check to see if there are no accounts thus show the assistant
    
    Fixes: #611131

 src/empathy-accounts-common.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c
index 89d7eb8..cf730fa 100644
--- a/src/empathy-accounts-common.c
+++ b/src/empathy-accounts-common.c
@@ -145,6 +145,10 @@ connection_managers_prepare_cb (
     {
       show_account_assistant (cm_mgr, assistant_destroy_cb);
     }
+  else if (!empathy_accounts_has_non_salut_accounts (account_mgr))
+    {
+      show_account_assistant (cm_mgr, assistant_destroy_cb);
+    }
   else
     {
       if (assistant_destroy_cb)



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