diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 23:08:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-14 17:29:46 +0800 |
commit | bd386d11c3080878821aae39e6f3f1c0b9db5222 (patch) | |
tree | 187f3d9ef1acbd5eaebfff40e05e433678012b01 /libempathy-gtk | |
parent | c85a4569ce7fed093a214efd7f96ee78b7a2fd18 (diff) | |
download | gsoc2013-empathy-bd386d11c3080878821aae39e6f3f1c0b9db5222.tar gsoc2013-empathy-bd386d11c3080878821aae39e6f3f1c0b9db5222.tar.gz gsoc2013-empathy-bd386d11c3080878821aae39e6f3f1c0b9db5222.tar.bz2 gsoc2013-empathy-bd386d11c3080878821aae39e6f3f1c0b9db5222.tar.lz gsoc2013-empathy-bd386d11c3080878821aae39e6f3f1c0b9db5222.tar.xz gsoc2013-empathy-bd386d11c3080878821aae39e6f3f1c0b9db5222.tar.zst gsoc2013-empathy-bd386d11c3080878821aae39e6f3f1c0b9db5222.zip |
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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | 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 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); |