From: Guillaume Desmottes Date: Tue, 8 Nov 2011 15:08:59 +0000 (+0100) Subject: empathy_individual_store_remove_individual: use EMPATHY_INDIVIDUAL_STORE_COL_NAME X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=bd386d11c3080878821aae39e6f3f1c0b9db5222 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 --- diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c index e71baf61..630d8d28 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);