[empathy] Make sure -h is respected when there were no mc4 accounts to import
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Make sure -h is respected when there were no mc4 accounts to import
- Date: Thu, 15 Oct 2009 15:48:02 +0000 (UTC)
commit f98941e85d145915344bc158e48609b6d25e6014
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 7fed9b2..f0cf6d5 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]