commit 2fa3d21f90592a21a77f75f4005229ecf72f247c
parent b82f405dfb3400c60ec5af79c74708caec74cd4f
Author: Colin Leroy <colin@colino.net>
Date: Fri, 16 Nov 2012 13:11:56 +0000
2012-11-16 [colin] 3.9.0cvs9
* src/advsearch.c
Init is_fast too
Diffstat:
4 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-16 [colin] 3.9.0cvs9
+
+ * src/advsearch.c
+ Init is_fast too
+
2012-11-16 [colin] 3.9.0cvs8
* src/advsearch.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4506,3 +4506,4 @@
( cvs diff -u -r 1.395.2.457 -r 1.395.2.458 src/summaryview.c; ) > 3.9.0cvs6.patchset
( cvs diff -u -r 1.58.2.51 -r 1.58.2.52 po/de.po; ) > 3.9.0cvs7.patchset
( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/advsearch.c; ) > 3.9.0cvs8.patchset
+( cvs diff -u -r 1.1.2.8 -r 1.1.2.9 src/advsearch.c; ) > 3.9.0cvs9.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=9
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=8
+EXTRA_VERSION=9
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/advsearch.c b/src/advsearch.c
@@ -368,6 +368,7 @@ static void prepare_matcher_header(AdvancedSearch *search, gint match_header)
if (search->predicate == NULL) {
search->predicate = g_new0(MatcherList, 1);
search->predicate->bool_and = FALSE;
+ search->is_fast = TRUE;
}
matcher = matcherprop_new(match_header, NULL, MATCHTYPE_MATCHCASE,