aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-select-names.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/e-select-names.h')
-rw-r--r--addressbook/gui/component/e-select-names.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/component/e-select-names.h b/addressbook/gui/component/e-select-names.h
index 4356180694..23780e2cf5 100644
--- a/addressbook/gui/component/e-select-names.h
+++ b/addressbook/gui/component/e-select-names.h
@@ -24,6 +24,7 @@
#include <gnome.h>
#include <glade/glade.h>
#include <addressbook/backend/ebook/e-card-list.h>
+#include <widgets/e-table/e-table.h>
#ifdef __cplusplus
extern "C" {
@@ -57,6 +58,9 @@ struct _ESelectNames
GHashTable *children; /* Of type char * to ESelectNamesChild */
int child_count;
+ ETable *table;
+ ETableModel *model;
+ int currently_selected;
};
struct _ESelectNamesClass