From 3c5f909c81c81e1182bc30a4c46dbd37cdd0252c Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 30 Jan 2009 17:35:35 +0000 Subject: Pass an EmpathyContactList to _new and create the store from that. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2355 --- libempathy-gtk/empathy-contact-selector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-contact-selector.h') diff --git a/libempathy-gtk/empathy-contact-selector.h b/libempathy-gtk/empathy-contact-selector.h index 238cbbbb9..d766c5a62 100644 --- a/libempathy-gtk/empathy-contact-selector.h +++ b/libempathy-gtk/empathy-contact-selector.h @@ -59,7 +59,7 @@ struct _EmpathyContactSelectorClass GType empathy_contact_selector_get_type (void) G_GNUC_CONST; GtkWidget * -empathy_contact_selector_new (EmpathyContactListStore *store); +empathy_contact_selector_new (EmpathyContactList *contact_list); EmpathyContact * empathy_contact_selector_get_selected (EmpathyContactSelector *selector); -- cgit v1.2.3