From bd386d11c3080878821aae39e6f3f1c0b9db5222 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 8 Nov 2011 16:08:59 +0100 Subject: empathy_individual_store_remove_individual: use EMPATHY_INDIVIDUAL_STORE_COL_NAME https://bugzilla.gnome.org/show_bug.cgi?id=663387 https://bugzilla.gnome.org/show_bug.cgi?id=663763 --- libempathy-gtk/empathy-individual-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c index e71baf619..630d8d284 100644 --- a/libempathy-gtk/empathy-individual-store.c +++ b/libempathy-gtk/empathy-individual-store.c @@ -315,7 +315,7 @@ individual_store_remove_individual (EmpathyIndividualStore *self, { 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); -- cgit v1.2.3