]> git.0d.be Git - empathy.git/commitdiff
Make sure -h is respected when there were no mc4 accounts to import
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 15 Oct 2009 15:43:10 +0000 (11:43 -0400)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 15 Oct 2009 15:47:52 +0000 (11:47 -0400)
src/empathy.c

index 7fed9b2e0adce480e80814af69012877e6de9217..f0cf6d53bb962e18dbbaf37b28e9cbd248dcc17c 100644 (file)
@@ -354,7 +354,7 @@ check_connection_managers_ready (EmpathyConnectionManagers *managers)
 {
   if (empathy_connection_managers_is_ready (managers))
     {
-      if (!empathy_import_mc4_accounts (managers))
+      if (!empathy_import_mc4_accounts (managers) && !start_hidden)
         maybe_show_account_assistant ();
 
       create_salut_account_if_needed (managers);