[Aptitude-svn-commit] r3720 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows at costa.debian.org
Sat Aug 6 17:59:27 UTC 2005


Author: dburrows
Date: Sat Aug  6 17:59:24 2005
New Revision: 3720

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/pkg_tree.cc
Log:
Don't flag errors in incremental search.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Aug  6 17:59:24 2005
@@ -1,5 +1,10 @@
 2005-08-06  Daniel Burrows  <dburrows at debian.org>
 
+	* src/pkg_tree.cc:
+
+	  Fix the invocation of parse_pattern so it doesn't flag errors
+	  (restoring the past behavior).
+
 	* src/generic/matchers.cc:
 
 	  Change the 'keep' matcher to detect ANY package that no action

Modified: branches/aptitude-0.3/aptitude/src/pkg_tree.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/pkg_tree.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/pkg_tree.cc	Sat Aug  6 17:59:24 2005
@@ -422,7 +422,7 @@
       pre_incsearch_selected=get_selected();
     }
 
-  pkg_matcher *m=parse_pattern(transcode(s), false);
+  pkg_matcher *m=parse_pattern(transcode(s), false, false);
 
   set_selection(pre_incsearch_selected);
 



More information about the Aptitude-svn-commit mailing list