[empathy] Popup the assistant when starting only if there is *no* account configured
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Popup the assistant when starting only if there is *no* account configured
- Date: Thu, 4 Mar 2010 17:10:10 +0000 (UTC)
commit 02e330c0418f6b59abe193171d7adc75739bd8a2
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Mar 4 17:57:05 2010 +0100
Popup the assistant when starting only if there is *no* account configured
src/empathy.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index 2dc6294..f847914 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]