aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorJeremy Whiting <jpwhiting@kde.org>2012-07-19 01:31:04 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-19 16:01:42 +0800
commitd563fa078b2a13b3c06b1de626105e0510568e57 (patch)
treece867abef52191b660b1acf2e2128736165c03f0 /libempathy/empathy-utils.c
parentb98648af1d450203cd1a59ac45155e93f2216b19 (diff)
downloadgsoc2013-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-utils.c')
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index cc518c0b0..667f6669d 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -1129,7 +1129,7 @@ create_individual_from_persona (FolksPersona *persona)
personas = GEE_SET (
gee_hash_set_new (FOLKS_TYPE_PERSONA, g_object_ref, g_object_unref,
- g_direct_hash, g_direct_equal));
+ NULL, NULL, NULL, NULL, NULL, NULL));
gee_collection_add (GEE_COLLECTION (personas), persona);