aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-22 21:34:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-09 19:06:29 +0800
commitde38f68e54c1d92fb966f15a6f1df888a7dd5677 (patch)
tree4a86e01e79cf2fc69a039cf4db652efb05366327
parentb57f4e748f8f631d56786d0c4856ab74bdfc5ff5 (diff)
downloadgsoc2013-empathy-de38f68e54c1d92fb966f15a6f1df888a7dd5677.tar
gsoc2013-empathy-de38f68e54c1d92fb966f15a6f1df888a7dd5677.tar.gz
gsoc2013-empathy-de38f68e54c1d92fb966f15a6f1df888a7dd5677.tar.bz2
gsoc2013-empathy-de38f68e54c1d92fb966f15a6f1df888a7dd5677.tar.lz
gsoc2013-empathy-de38f68e54c1d92fb966f15a6f1df888a7dd5677.tar.xz
gsoc2013-empathy-de38f68e54c1d92fb966f15a6f1df888a7dd5677.tar.zst
gsoc2013-empathy-de38f68e54c1d92fb966f15a6f1df888a7dd5677.zip
libempathy/empathy-account-settings.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak
-rw-r--r--libempathy/empathy-account-settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index a67fc20cd..c470ce052 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -201,8 +201,8 @@ empathy_account_settings_constructed (GObject *object)
{
tp_account_prepare_async (priv->account, NULL,
empathy_account_settings_account_ready_cb, self);
- empathy_signal_connect_weak (priv->managers, "notify::ready",
- G_CALLBACK (empathy_account_settings_managers_ready_cb), object);
+ tp_g_signal_connect_object (priv->managers, "notify::ready",
+ G_CALLBACK (empathy_account_settings_managers_ready_cb), object, 0);
}
if (G_OBJECT_CLASS (