diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-06 21:49:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-08 20:36:14 +0800 |
commit | 0664e133624ca7def05aa0f16b6e1a05669937a3 (patch) | |
tree | 4f4640f66c2f6cad61260bb20bd632ce6e39c4a0 /libempathy | |
parent | d5269ccea8739cc0cd0c40f1673ecfbeee8eb667 (diff) | |
download | gsoc2013-empathy-0664e133624ca7def05aa0f16b6e1a05669937a3.tar gsoc2013-empathy-0664e133624ca7def05aa0f16b6e1a05669937a3.tar.gz gsoc2013-empathy-0664e133624ca7def05aa0f16b6e1a05669937a3.tar.bz2 gsoc2013-empathy-0664e133624ca7def05aa0f16b6e1a05669937a3.tar.lz gsoc2013-empathy-0664e133624ca7def05aa0f16b6e1a05669937a3.tar.xz gsoc2013-empathy-0664e133624ca7def05aa0f16b6e1a05669937a3.tar.zst gsoc2013-empathy-0664e133624ca7def05aa0f16b6e1a05669937a3.zip |
tp-contact-list: add a comment
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index a77bb10b4..263c379f6 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -242,6 +242,7 @@ tp_contact_list_group_ready_cb (TpChannel *channel, g_object_unref (old_group); } + /* Pass the reference on the TpChannel to priv->groups */ g_hash_table_insert (priv->groups, (gpointer) group_name, channel); DEBUG ("Group %s added", group_name); |