From 9678428593ad57ea4f802ff4b9ee1440c3f75605 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 24 Apr 2002 17:57:27 +0000 Subject: Added a "Browse..." button to switch to a different addressbook folder. 2002-04-24 Christopher James Lahey * gui/component/select-names/e-select-names.c, gui/component/select-names/e-select-names.h, gui/component/select-names/select-names.glade (folder_browse): Added a "Browse..." button to switch to a different addressbook folder. * gui/widgets/e-addressbook-util.c (e_addressbook_transfer_cards): Moved extern EvolutionShellClient out of this function so that it'd be more readable. svn path=/trunk/; revision=16574 --- addressbook/gui/component/select-names/e-select-names.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/gui/component/select-names/e-select-names.h') diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index 90b0229766..443784ee9e 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -56,6 +56,7 @@ extern "C" { typedef struct _ESelectNames ESelectNames; typedef struct _ESelectNamesClass ESelectNamesClass; +typedef struct _ESelectNamesFolder ESelectNamesFolder; struct _ESelectNames { @@ -77,7 +78,9 @@ struct _ESelectNames EvolutionStorageListener *local_listener; EvolutionStorageListener *other_contacts_listener; GHashTable *folders; + GHashTable *folders_by_uri; char *def; + ESelectNamesFolder *current_folder; }; struct _ESelectNamesClass -- cgit v1.2.3