[empathy] show the account UI even if the selected account doesn't exist



commit f6f81b5b1c229e7f2e1806519ae065675d5ec183
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Dec 15 15:57:41 2010 +0100

    show the account UI even if the selected account doesn't exist

 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 483e2ff..05cb269 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]