]> git.0d.be Git - empathy.git/commitdiff
do_show_accounts_ui: don't unref the EmpathyConnectionManagers
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 11 Feb 2010 11:20:04 +0000 (11:20 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 11 Feb 2010 11:20:04 +0000 (11:20 +0000)
We already unref it once the async callback is done.

src/empathy.c

index b52079090007883af906145f26ed6f829362bb2f..197e801947ca5c4dbfadc87f8dfedaaa6e7b4424 100644 (file)
@@ -378,8 +378,6 @@ do_show_accounts_ui (GtkWindow *window,
 
       empathy_connection_managers_prepare_async (cm_mgr,
           connection_managers_prepare_for_accounts, NULL);
-
-      g_object_unref (cm_mgr);
     }
 }