From 02e330c0418f6b59abe193171d7adc75739bd8a2 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 4 Mar 2010 17:57:05 +0100 Subject: Popup the assistant when starting only if there is *no* account configured --- src/empathy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/empathy.c b/src/empathy.c index 2dc62943e..f84791423 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -383,8 +383,8 @@ account_manager_ready_cb (GObject *source_object, empathy_idle_set_state (idle, TP_CONNECTION_PRESENCE_TYPE_AVAILABLE); /* Pop up the accounts dialog if it's needed (either when we don't have any - * non-salut accounts yet or when we haven't imported mc4 accounts yet */ - if (!empathy_accounts_has_non_salut_accounts (manager) + * accounts yet or when we haven't imported mc4 accounts yet */ + if (!empathy_accounts_has_accounts (manager) || !empathy_import_mc4_has_imported ()) show_accounts_ui (gdk_screen_get_default (), TRUE); -- cgit v1.2.3