diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-02-19 18:59:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-02-19 19:01:26 +0800 |
commit | 28df2ffe0a5239675deef8cd9624f4cebc08bc32 (patch) | |
tree | 53c349530d4e883dc9d5093d78408a6876ea2dd3 /libempathy/empathy-utils.c | |
parent | ab25c881f881f8ef612be720868594ef32e5f148 (diff) | |
download | gsoc2013-empathy-28df2ffe0a5239675deef8cd9624f4cebc08bc32.tar.gz gsoc2013-empathy-28df2ffe0a5239675deef8cd9624f4cebc08bc32.tar.zst gsoc2013-empathy-28df2ffe0a5239675deef8cd9624f4cebc08bc32.zip |
Revert "Go back to libgee 0.6.x"
This reverts commit 670aec4ba8b16fbf35afdf65b65c1904872286dc.
https://bugzilla.gnome.org/show_bug.cgi?id=680152
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 191544fbf..000d61e6a 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -1144,7 +1144,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); |