diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-manager.h | 2 |
1 files changed, 2 insertions, 0 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 a3cec1ceae..af57bd3a61 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.h +++ b/addressbook/gui/component/select-names/e-select-names-manager.h @@ -35,6 +35,8 @@ struct _ESelectNamesManager { GList *completion_books; Bonobo_EventSource_ListenerId listener_id; + + char *cached_folder_list; }; struct _ESelectNamesManagerClass { |