changed: #addTextEntryWithCaseIgnore:withMatch:
authorClaus Gittinger <cg@exept.de>
Thu, 04 Feb 2010 23:20:17 +0100
changeset 9366 58c82c246a2f
parent 9365 c27204a9244b
child 9367 0f2dbaf97046
changed: #addTextEntryWithCaseIgnore:withMatch:
Tools_SearchDialog.st
--- a/Tools_SearchDialog.st	Wed Feb 03 16:24:52 2010 +0100
+++ b/Tools_SearchDialog.st	Thu Feb 04 23:20:17 2010 +0100
@@ -143,6 +143,8 @@
 !SearchDialog methodsFor:'public'!
 
 addTextEntryWithCaseIgnore:withCaseIgnore withMatch:withMatch 
+    matchHolder := caseHolder := nil.
+
     searchWhat == #code ifTrue:[
         self addTextEntryFieldForCode.
     ] ifFalse:[
@@ -161,7 +163,7 @@
 "/                        matchHolder value:false.
 "/                    ].
 "/                ].
-        ].
+        ]
     ]
 !
 
@@ -1204,9 +1206,9 @@
 !SearchDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.48 2010-02-03 15:24:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.49 2010-02-04 22:20:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.48 2010-02-03 15:24:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.49 2010-02-04 22:20:17 cg Exp $'
 ! !