From 90c8115f2fcd274d3eb7d5f70a291000553ede94 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 23 Sep 2002 03:01:27 +0000 Subject: oops, add cached_folder_list to struct _ESelectNamesManager. 2002-09-22 Chris Toshok * gui/component/select-names/e-select-names-manager.h: oops, add cached_folder_list to struct _ESelectNamesManager. svn path=/trunk/; revision=18161 --- addressbook/gui/component/select-names/e-select-names-manager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui') 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 { -- cgit