aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-location-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.c')
-rw-r--r--libempathy-gtk/empathy-location-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 0422f5cc6..0165052e1 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -694,8 +694,8 @@ account_manager_prepared_cb (GObject *source_object,
{
TpAccount *account = TP_ACCOUNT (l->data);
- empathy_signal_connect_weak (account, "status-changed",
- G_CALLBACK (new_connection_cb), G_OBJECT (self));
+ tp_g_signal_connect_object (account, "status-changed",
+ G_CALLBACK (new_connection_cb), self, 0);
}
g_list_free (accounts);
}
12f46749cd86&showmsg=1'>Expand)AuthorAgeFilesLines * Support STAGEDIR.vanilla2013-10-312-8/+8 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Use single space after WWW:sunpoet2013-08-291-1/+1