[empathy: 3/8] Always popup the accounts wizard if we don't have salut accounts
- From: Sjoerd Simons <sjoerds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 3/8] Always popup the accounts wizard if we don't have salut accounts
- Date: Tue, 2 Mar 2010 11:39:44 +0000 (UTC)
commit 886357ee6af17fe37523337209a09aa6f3112604
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Mon Mar 1 18:32:28 2010 +0000
Always popup the accounts wizard if we don't have salut accounts
src/cc-empathy-accounts-page.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/cc-empathy-accounts-page.c b/src/cc-empathy-accounts-page.c
index 15c7e56..bf4d46a 100644
--- a/src/cc-empathy-accounts-page.c
+++ b/src/cc-empathy-accounts-page.c
@@ -89,7 +89,9 @@ connection_managers_prepare (GObject *source,
page_pack_with_accounts_dialog (page);
- if (empathy_accounts_import (account_mgr, cm_mgr))
+ empathy_accounts_import (account_mgr, cm_mgr);
+
+ if (!empathy_accounts_has_non_salut_accounts (account_mgr))
empathy_account_assistant_show (NULL, cm_mgr);
out:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]