aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy.c4
1 files changed, 2 insertions, 2 deletions
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);