]> git.0d.be Git - empathy.git/commitdiff
libempathy: Port empathy to libgee 0.8.
authorJeremy Whiting <jpwhiting@kde.org>
Wed, 18 Jul 2012 17:31:04 +0000 (11:31 -0600)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 19 Jul 2012 08:01:42 +0000 (10:01 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=680152

libempathy/empathy-contact.c
libempathy/empathy-utils.c

index 779d19a19154238d2915a2827ebfb54f64819c61..a2e53b2b9604d55a701e59ead6eeb5393a28534e 100644 (file)
@@ -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);
index cc518c0b05d6b64b340005d5bd77ade28eb13c2e..667f6669d5597fdaafef87c24e5091ca07d0d16d 100644 (file)
@@ -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);