aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-list.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-06 23:12:14 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-06 23:12:14 +0800
commit6e542b100fd2efcfb7b8a3b58bf173fed1e3e494 (patch)
tree624cd165c4be4e00acfee7df88f84d2f55939f41 /libempathy/empathy-contact-list.c
parent29fadd10cee6eb633d25b18a3cf788e89dcfcded (diff)
downloadgsoc2013-empathy-6e542b100fd2efcfb7b8a3b58bf173fed1e3e494.tar
gsoc2013-empathy-6e542b100fd2efcfb7b8a3b58bf173fed1e3e494.tar.gz
gsoc2013-empathy-6e542b100fd2efcfb7b8a3b58bf173fed1e3e494.tar.bz2
gsoc2013-empathy-6e542b100fd2efcfb7b8a3b58bf173fed1e3e494.tar.lz
gsoc2013-empathy-6e542b100fd2efcfb7b8a3b58bf173fed1e3e494.tar.xz
gsoc2013-empathy-6e542b100fd2efcfb7b8a3b58bf173fed1e3e494.tar.zst
gsoc2013-empathy-6e542b100fd2efcfb7b8a3b58bf173fed1e3e494.zip
[darcs-to-svn @ adding debug message]
svn path=/trunk/; revision=31
Diffstat (limited to 'libempathy/empathy-contact-list.c')
-rw-r--r--libempathy/empathy-contact-list.c2
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);