From 7b7c2d9828f1907b709a4cc9566777efbf2fa487 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 28 Apr 2004 01:51:40 +0000 Subject: disable comment searching which is currently useless 004-04-27 JP Rosevear * gui/cal-search-bar.c: disable comment searching which is currently useless svn path=/trunk/; revision=25648 --- calendar/gui/cal-search-bar.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui') diff --git a/calendar/gui/cal-search-bar.c b/calendar/gui/cal-search-bar.c index 74a1dc5998..876b0523f1 100644 --- a/calendar/gui/cal-search-bar.c +++ b/calendar/gui/cal-search-bar.c @@ -45,11 +45,14 @@ enum { SEARCH_CATEGORY_IS, }; +/* Comments are disabled because they are kind of useless right now, see bug 33247 */ static ESearchBarItem search_option_items[] = { { N_("Any field contains"), SEARCH_ANY_FIELD_CONTAINS, NULL }, { N_("Summary contains"), SEARCH_SUMMARY_CONTAINS, NULL }, { N_("Description contains"), SEARCH_DESCRIPTION_CONTAINS, NULL }, +#if 0 { N_("Comment contains"), SEARCH_COMMENT_CONTAINS, NULL }, +#endif { N_("Location contains"), SEARCH_LOCATION_CONTAINS, NULL }, { N_("Category is"), SEARCH_CATEGORY_IS, NULL }, { NULL, -1, NULL } -- cgit v1.2.3