aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-06 23:12:14 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-06 23:12:14 +0800
commit93805c40c5d815f7be54b4475343b82225c4ff8f (patch)
tree624cd165c4be4e00acfee7df88f84d2f55939f41 /libempathy
parentf3ec4fb9a0929cea3eff985d99f6cb5c7b3695b4 (diff)
downloadgsoc2013-empathy-93805c40c5d815f7be54b4475343b82225c4ff8f.tar
gsoc2013-empathy-93805c40c5d815f7be54b4475343b82225c4ff8f.tar.gz
gsoc2013-empathy-93805c40c5d815f7be54b4475343b82225c4ff8f.tar.bz2
gsoc2013-empathy-93805c40c5d815f7be54b4475343b82225c4ff8f.tar.lz
gsoc2013-empathy-93805c40c5d815f7be54b4475343b82225c4ff8f.tar.xz
gsoc2013-empathy-93805c40c5d815f7be54b4475343b82225c4ff8f.tar.zst
gsoc2013-empathy-93805c40c5d815f7be54b4475343b82225c4ff8f.zip
[darcs-to-svn @ adding debug message]
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@31 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-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);