aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-manager.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-manager.h b/addressbook/gui/component/select-names/e-select-names-manager.h
index f5fb4aa451..18bead5512 100644
--- a/addressbook/gui/component/select-names/e-select-names-manager.h
+++ b/addressbook/gui/component/select-names/e-select-names-manager.h
@@ -32,13 +32,13 @@ struct _ESelectNamesManager {
ESelectNames *names;
+ ESourceList *source_list;
+ GSList *completion_uids;
GList *completion_books;
-
+
int minimum_query_length;
- gulong listener_id;
-
- char *cached_folder_list;
+ GList *notifications;
};
struct _ESelectNamesManagerClass {