From 78544223ad29c9e74282134663370c3c71360f1b Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Fri, 10 Aug 2001 22:36:41 +0000 Subject: Removed comment about the need to resolve nicknames properly, because we 2001-08-10 Jon Trowbridge * e-msg-composer-hdrs.c (set_recipients): Removed comment about the need to resolve nicknames properly, because we now do that. 2001-08-10 Jon Trowbridge * e-filter-bar.h: Set the subitems to NULL in the pre-defined ESearchBarItems. * e-filter-bar.c (rule_editor_clicked): Set the ESearchBarItem's subitems to NULL. (build_items): Set the ESearchBarItem's subitems to NULL. (e_filter_bar_new): Set the ESearchBarItem's subitems to NULL. * e-search-bar.c: Added support for subitems, so that a search option can key off of another option menu rather than just an entry. 2001-08-10 Jon Trowbridge * gui/component/addressbook.c: Set the ESearchBarItem subitems explicitly to NULL. 2001-08-10 Jon Trowbridge * gui/cal-search-bar.c: Where we have ESearchBarItems, set their subitems to NULL. 2001-08-10 Jon Trowbridge * folder-browser.c: Set our ESearchBarItems subitems to NULL. svn path=/trunk/; revision=11904 --- mail/ChangeLog | 4 ++++ mail/folder-browser.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 96f4b98a7b..0ee860f98a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-08-10 Jon Trowbridge + + * folder-browser.c: Set our ESearchBarItems subitems to NULL. + 2001-08-10 Jeffrey Stedfast * mail-callbacks.c (transfer_msg): Prepend the uri with evolution: diff --git a/mail/folder-browser.c b/mail/folder-browser.c index df1539c72c..217f9aff2f 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -897,9 +897,9 @@ enum { static ESearchBarItem folder_browser_search_menu_items[] = { E_FILTERBAR_RESET, E_FILTERBAR_SAVE, - { N_("Create vFolder from Search"), ESB_SAVE }, + { N_("Create vFolder from Search"), ESB_SAVE, NULL }, E_FILTERBAR_EDIT, - { NULL, -1 } + { NULL, -1, NULL } }; static void -- cgit v1.2.3