[empathy/gnome-2-28] Make sure -h is respected when there were no mc4 accounts to import



commit d1dcde5e64f54f75f3c3ecfedcbecbd1178f6ac7
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Thu Oct 15 11:43:10 2009 -0400

    Make sure -h is respected when there were no mc4 accounts to import

 src/empathy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index 4b5c432..0c8efdf 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -363,7 +363,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);



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