2012-11-16 [colin] 3.9.0cvs9
* src/advsearch.c Init is_fast too
This commit is contained in:
parent
b82f405dfb
commit
2fa3d21f90
4 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue