aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-09-23 11:01:27 +0800
committerChris Toshok <toshok@src.gnome.org>2002-09-23 11:01:27 +0800
commit90c8115f2fcd274d3eb7d5f70a291000553ede94 (patch)
treea15463202a16f42d286953a86aa290631c4450f1
parentb1f059527b0683e4583397c9dd310f26cae5c2a8 (diff)
downloadgsoc2013-evolution-90c8115f2fcd274d3eb7d5f70a291000553ede94.tar
gsoc2013-evolution-90c8115f2fcd274d3eb7d5f70a291000553ede94.tar.gz
gsoc2013-evolution-90c8115f2fcd274d3eb7d5f70a291000553ede94.tar.bz2
gsoc2013-evolution-90c8115f2fcd274d3eb7d5f70a291000553ede94.tar.lz
gsoc2013-evolution-90c8115f2fcd274d3eb7d5f70a291000553ede94.tar.xz
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/ChangeLog5
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.h2
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 {