diff options
-rw-r--r-- | libempathy/empathy-contact-list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-list.c b/libempathy/empathy-contact-list.c index c3d3171d4..4d4b692fb 100644 --- a/libempathy/empathy-contact-list.c +++ b/libempathy/empathy-contact-list.c @@ -384,6 +384,8 @@ empathy_contact_list_setup (EmpathyContactList *list) priv = GET_PRIV (list); + gossip_debug (DEBUG_DOMAIN, "setup contact list: %p", list); + dbus_g_proxy_connect_signal (DBUS_G_PROXY (priv->tp_conn), "NewChannel", G_CALLBACK (contact_list_newchannel_cb), list, NULL); |