aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-25 01:57:27 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-25 01:57:27 +0800
commit9678428593ad57ea4f802ff4b9ee1440c3f75605 (patch)
tree0a64d8d8550a5be4e055f069f88fb93ccbba303f /addressbook/gui/component/select-names/e-select-names.h
parent38e985a2e4257006e6f0d1f0c1b2097a6394e888 (diff)
downloadgsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar
gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.gz
gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.bz2
gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.lz
gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.xz
gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.zst
gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.zip
Added a "Browse..." button to switch to a different addressbook folder.
2002-04-24 Christopher James Lahey <clahey@ximian.com> * 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
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.h3
1 files changed, 3 insertions, 0 deletions
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