From 78e3e48c9bd23c0cddae422cbb6012edab243665 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 30 Jan 2004 00:36:39 +0000 Subject: Implement. (eab_select_source): Implement. Public function that prompts 2004-01-29 Hans Petter Jansson * gui/widgets/eab-gui-util.c (source_selection_changed_cb): Implement. (eab_select_source): Implement. Public function that prompts user to select a source from a list. (eab_transfer_contacts): Enable and use eab_select_source () and ESource, instead of old shell folder/URI stuff. svn path=/trunk/; revision=24530 --- addressbook/gui/widgets/eab-gui-util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/gui/widgets/eab-gui-util.h') diff --git a/addressbook/gui/widgets/eab-gui-util.h b/addressbook/gui/widgets/eab-gui-util.h index 24a0a78577..53700bed1f 100644 --- a/addressbook/gui/widgets/eab-gui-util.h +++ b/addressbook/gui/widgets/eab-gui-util.h @@ -65,6 +65,9 @@ void eab_send_contact (EContact *contact, void eab_send_contact_list (GList *contacts, EABDisposition disposition); +ESource *eab_select_source (const gchar *title, const gchar *message, + const gchar *select_uid, GtkWindow *parent); + G_END_DECLS #endif /* __E_ADDRESSBOOK_UTIL_H__ */ -- cgit v1.2.3