projects
/
empathy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce64e9f
)
Make the comment for group hash table more explicit
author
Xavier Claessens
<xclaesse@gmail.com>
Mon, 20 Apr 2009 23:07:17 +0000
(
01:07
+0200)
committer
Xavier Claessens
<xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:15 +0000
(12:21 +0200)
libempathy/empathy-tp-contact-list.c
patch
|
blob
|
history
diff --git
a/libempathy/empathy-tp-contact-list.c
b/libempathy/empathy-tp-contact-list.c
index f2c552c1b7c587a7dd323e875f7d884167bda487..cf1617aec6ce92c0e9e1c8ccabf84e494b7cb135 100644
(file)
--- a/
libempathy/empathy-tp-contact-list.c
+++ b/
libempathy/empathy-tp-contact-list.c
@@
-833,7
+833,8
@@
empathy_tp_contact_list_init (EmpathyTpContactList *list)
list->priv = priv;
- /* Map group's name to group's channel */
+ /* Map group's name to group's TpChannel. The group name string is owned
+ * by the TpChannel object */
priv->groups = g_hash_table_new_full (g_str_hash, g_str_equal,
NULL,
(GDestroyNotify) g_object_unref);