]> git.0d.be Git - empathy.git/commitdiff
empathy_individual_store_remove_individual: use EMPATHY_INDIVIDUAL_STORE_COL_NAME
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 8 Nov 2011 15:08:59 +0000 (16:08 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 14 Nov 2011 09:29:46 +0000 (10:29 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=663387

https://bugzilla.gnome.org/show_bug.cgi?id=663763

libempathy-gtk/empathy-individual-store.c

index e71baf619ea8e22b9dcacf61ecbfb735c9335c7f..630d8d284f9346abafd5c836eeb3f1f122edb29e 100644 (file)
@@ -315,7 +315,7 @@ individual_store_remove_individual (EmpathyIndividualStore *self,
         {
           gchar *group_name;
           gtk_tree_model_get (model, &parent,
         {
           gchar *group_name;
           gtk_tree_model_get (model, &parent,
-              EMPATHY_CONTACT_LIST_STORE_COL_NAME, &group_name,
+              EMPATHY_INDIVIDUAL_STORE_COL_NAME, &group_name,
               -1);
           g_hash_table_remove (self->priv->empathy_group_cache,
               group_name);
               -1);
           g_hash_table_remove (self->priv->empathy_group_cache,
               group_name);