aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.h4
1 files changed, 4 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 dba100e8f0..ce89791861 100644
--- a/addressbook/gui/component/select-names/e-select-names.h
+++ b/addressbook/gui/component/select-names/e-select-names.h
@@ -28,6 +28,8 @@
#include <gal/e-table/e-table-scrolled.h>
#include "e-select-names-model.h"
+#include <shell/evolution-storage-listener.h>
+
#ifdef __cplusplus
extern "C" {
#pragma }
@@ -62,6 +64,8 @@ struct _ESelectNames
ETableScrolled *table;
ETableModel *model;
int currently_selected;
+ EvolutionStorageListener *listener;
+ GHashTable *folders;
};
struct _ESelectNamesClass