aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-contact-list.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-01 22:58:33 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-01 22:58:33 +0800
commitaba79dea9e19cddd374fd011df3a83ebdbf69029 (patch)
treefe9e5b929f2504d5b2bd0ffd51189d362f25a78f /libempathy-gtk/gossip-contact-list.c
parentc495067284d11585b493d9f28667857771498b2a (diff)
downloadgsoc2013-empathy-aba79dea9e19cddd374fd011df3a83ebdbf69029.tar
gsoc2013-empathy-aba79dea9e19cddd374fd011df3a83ebdbf69029.tar.gz
gsoc2013-empathy-aba79dea9e19cddd374fd011df3a83ebdbf69029.tar.bz2
gsoc2013-empathy-aba79dea9e19cddd374fd011df3a83ebdbf69029.tar.lz
gsoc2013-empathy-aba79dea9e19cddd374fd011df3a83ebdbf69029.tar.xz
gsoc2013-empathy-aba79dea9e19cddd374fd011df3a83ebdbf69029.tar.zst
gsoc2013-empathy-aba79dea9e19cddd374fd011df3a83ebdbf69029.zip
[darcs-to-svn @ Syncing message history from gossip]
svn path=/trunk/; revision=16
Diffstat (limited to 'libempathy-gtk/gossip-contact-list.c')
-rw-r--r--libempathy-gtk/gossip-contact-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/gossip-contact-list.c b/libempathy-gtk/gossip-contact-list.c
index a96c28e51..c5a49ceec 100644
--- a/libempathy-gtk/gossip-contact-list.c
+++ b/libempathy-gtk/gossip-contact-list.c
@@ -1181,7 +1181,7 @@ contact_list_add_contact (GossipContactList *list,
return;
}
- model = GTK_TREE_MODEL (priv->store);
+ model = gtk_tree_view_get_model (GTK_TREE_VIEW (list));
/* If no groups just add it at the top level. */
groups = gossip_contact_get_groups (contact);