[empathy] libempathy/empathy-dispatcher.c: use tp_g_signal_connect_object instead of empathy_signal_connect_we
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] libempathy/empathy-dispatcher.c: use tp_g_signal_connect_object instead of empathy_signal_connect_we
- Date: Fri, 9 Apr 2010 11:44:11 +0000 (UTC)
commit b7b5032e10ebcb498909ffc06835f979f6346ef0
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Mar 22 14:34:38 2010 +0100
libempathy/empathy-dispatcher.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak
libempathy/empathy-dispatcher.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 94d97cc..3cd8df4 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -1196,9 +1196,9 @@ empathy_dispatcher_init (EmpathyDispatcher *self)
tp_account_manager_prepare_async (priv->account_manager, NULL,
account_manager_prepared_cb, self);
- empathy_signal_connect_weak (priv->account_manager,
+ tp_g_signal_connect_object (priv->account_manager,
"account-validity-changed", G_CALLBACK (account_validity_changed_cb),
- G_OBJECT (self));
+ self, 0);
priv->request_channel_class_async_ids = g_hash_table_new (g_direct_hash,
g_direct_equal);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]