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.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-contact-list-store.h') diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h index 0dd6e43ac..6766a4e97 100644 --- a/libempathy-gtk/empathy-contact-list-store.h +++ b/libempathy-gtk/empathy-contact-list-store.h @@ -73,8 +73,7 @@ struct _EmpathyContactListStoreClass { }; GType empathy_contact_list_store_get_type (void) G_GNUC_CONST; -EmpathyContactListStore * empathy_contact_list_store_new (EmpathyContactList *list_iface, - gboolean show_groups); +EmpathyContactListStore * empathy_contact_list_store_new (EmpathyContactList *list_iface); EmpathyContactList * empathy_contact_list_store_get_list_iface (EmpathyContactListStore *store); gboolean empathy_contact_list_store_get_show_offline (EmpathyContactListStore *store); void empathy_contact_list_store_set_show_offline (EmpathyContactListStore *store, -- cgit v1.2.3