[empathy] empathy_individual_store_remove_individual: use EMPATHY_INDIVIDUAL_STORE_COL_NAME
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] empathy_individual_store_remove_individual: use EMPATHY_INDIVIDUAL_STORE_COL_NAME
- Date: Mon, 14 Nov 2011 09:33:46 +0000 (UTC)
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]