]> git.0d.be Git - empathy.git/blobdiff - src/empathy-accounts.c
show the account UI even if the selected account doesn't exist
[empathy.git] / src / empathy-accounts.c
index 483e2ff75d8098d155ca6512a6ae88bcfd7666db..05cb269c1a80ba402bdd6f04b31581ecf7675664 100644 (file)
@@ -125,6 +125,8 @@ account_manager_ready_for_accounts_cb (GObject *source_object,
           DEBUG ("Failed to find account with path %s: %s", account_path,
               error->message);
           g_clear_error (&error);
+
+          maybe_show_accounts_ui (manager);
         }
 
       g_object_unref (bus);