]> git.0d.be Git - empathy.git/commitdiff
empathy-accounts: Check to see if there are no accounts thus show the assistant
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Fri, 26 Feb 2010 00:56:24 +0000 (11:56 +1100)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Fri, 26 Feb 2010 00:56:24 +0000 (11:56 +1100)
Fixes: #611131
src/empathy-accounts-common.c

index 89d7eb8a85b189efe9a044eac884d6fa4ecc7911..cf730fab248e22bb8b2184fd379fa6041339d702 100644 (file)
@@ -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)