aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-15 22:57:41 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-15 22:59:57 +0800
commitf6f81b5b1c229e7f2e1806519ae065675d5ec183 (patch)
tree8763e686a054f5bf11491fa4dda34e1db2d4b506 /src
parenta1aab6e03da2d2e031ebf1c0f65f30dc967bd8eb (diff)
downloadgsoc2013-empathy-f6f81b5b1c229e7f2e1806519ae065675d5ec183.tar
gsoc2013-empathy-f6f81b5b1c229e7f2e1806519ae065675d5ec183.tar.gz
gsoc2013-empathy-f6f81b5b1c229e7f2e1806519ae065675d5ec183.tar.bz2
gsoc2013-empathy-f6f81b5b1c229e7f2e1806519ae065675d5ec183.tar.lz
gsoc2013-empathy-f6f81b5b1c229e7f2e1806519ae065675d5ec183.tar.xz
gsoc2013-empathy-f6f81b5b1c229e7f2e1806519ae065675d5ec183.tar.zst
gsoc2013-empathy-f6f81b5b1c229e7f2e1806519ae065675d5ec183.zip
show the account UI even if the selected account doesn't exist
Diffstat (limited to 'src')
-rw-r--r--src/empathy-accounts.c2
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);