From 1b7904f4d6c5c49ffc0b32ff76032f83718a606b Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 20 Jan 2008 21:42:04 +0000 Subject: Do not take show_groups in empathy_contact_list_store_new svn path=/trunk/; revision=587 --- libempathy-gtk/empathy-contact-list-store.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libempathy-gtk/empathy-contact-list-store.c') diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c index b430addd8..bd5e9bc5e 100644 --- a/libempathy-gtk/empathy-contact-list-store.c +++ b/libempathy-gtk/empathy-contact-list-store.c @@ -394,14 +394,12 @@ contact_list_store_set_property (GObject *object, } EmpathyContactListStore * -empathy_contact_list_store_new (EmpathyContactList *list_iface, - gboolean show_groups) +empathy_contact_list_store_new (EmpathyContactList *list_iface) { g_return_val_if_fail (EMPATHY_IS_CONTACT_LIST (list_iface), NULL); return g_object_new (EMPATHY_TYPE_CONTACT_LIST_STORE, "contact-list", list_iface, - "show-groups", show_groups, NULL); } -- cgit v1.2.3