diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c index f272ecfec..b52079090 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -374,8 +374,12 @@ do_show_accounts_ui (GtkWindow *window, { EmpathyConnectionManagers *cm_mgr; + cm_mgr = empathy_connection_managers_dup_singleton (); + empathy_connection_managers_prepare_async (cm_mgr, connection_managers_prepare_for_accounts, NULL); + + g_object_unref (cm_mgr); } } |