[empathy] empathy_individual_store_remove_individual: use EMPATHY_INDIVIDUAL_STORE_COL_NAME



commit bd386d11c3080878821aae39e6f3f1c0b9db5222
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Nov 8 16:08:59 2011 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index e71baf6..630d8d2 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]