diff options
Diffstat (limited to 'src/empathy-accounts.c')
-rw-r--r-- | src/empathy-accounts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index 483e2ff75..05cb269c1 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -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); |