]> git.0d.be Git - empathy.git/commitdiff
Popup the assistant when starting only if there is *no* account configured
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 4 Mar 2010 16:57:05 +0000 (17:57 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 4 Mar 2010 17:09:07 +0000 (18:09 +0100)
src/empathy.c

index 2dc62943ec2ee7c49f0c498ba55a42cfd26b674e..f8479142316c8b30f99dd2bf3a0ca3a2e9ff9e3b 100644 (file)
@@ -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);