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 | |
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
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-manager.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 570f1f8d32..2333a2b076 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 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. + +2002-09-22 Chris Toshok <toshok@ximian.com> + [ Fixes #30481 ] * gui/component/select-names/e-select-names.c (e_select_names_init): initialize the select names dialog with the 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 { |