diff options
author | Chris Toshok <toshok@ximian.com> | 2002-09-23 11:01:27 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-09-23 11:01:27 +0800 |
commit | 90c8115f2fcd274d3eb7d5f70a291000553ede94 (patch) | |
tree | a15463202a16f42d286953a86aa290631c4450f1 /addressbook/gui/component/select-names/e-select-names-manager.h | |
parent | b1f059527b0683e4583397c9dd310f26cae5c2a8 (diff) | |
download | gsoc2013-evolution-90c8115f2fcd274d3eb7d5f70a291000553ede94.tar.gz gsoc2013-evolution-90c8115f2fcd274d3eb7d5f70a291000553ede94.tar.zst gsoc2013-evolution-90c8115f2fcd274d3eb7d5f70a291000553ede94.zip |
oops, add cached_folder_list to struct _ESelectNamesManager.
2002-09-22 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-manager.h: oops, add
cached_folder_list to struct _ESelectNamesManager.
svn path=/trunk/; revision=18161
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.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 { |