diff options
author | Jeremy Whiting <jpwhiting@kde.org> | 2012-07-19 01:31:04 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-19 16:01:42 +0800 |
commit | d563fa078b2a13b3c06b1de626105e0510568e57 (patch) | |
tree | ce867abef52191b660b1acf2e2128736165c03f0 /libempathy/empathy-contact.c | |
parent | b98648af1d450203cd1a59ac45155e93f2216b19 (diff) | |
download | gsoc2013-empathy-d563fa078b2a13b3c06b1de626105e0510568e57.tar gsoc2013-empathy-d563fa078b2a13b3c06b1de626105e0510568e57.tar.gz gsoc2013-empathy-d563fa078b2a13b3c06b1de626105e0510568e57.tar.bz2 gsoc2013-empathy-d563fa078b2a13b3c06b1de626105e0510568e57.tar.lz gsoc2013-empathy-d563fa078b2a13b3c06b1de626105e0510568e57.tar.xz gsoc2013-empathy-d563fa078b2a13b3c06b1de626105e0510568e57.tar.zst gsoc2013-empathy-d563fa078b2a13b3c06b1de626105e0510568e57.zip |
libempathy: Port empathy to libgee 0.8.
https://bugzilla.gnome.org/show_bug.cgi?id=680152
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 779d19a19..a2e53b2b9 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -926,7 +926,7 @@ empathy_contact_change_group (EmpathyContact *contact, const gchar *group, if (priv->groups == NULL) { priv->groups = gee_hash_set_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, - g_free, g_str_hash, g_str_equal); + g_free, NULL, NULL, NULL, NULL, NULL, NULL); } gee_collection_add (GEE_COLLECTION (priv->groups), group); |