FindFileApplication.st
changeset 5224 93c284d6fe4b
parent 5176 b76af7e92feb
child 5231 d74730347ed8
--- a/FindFileApplication.st	Tue Sep 30 17:36:08 2003 +0200
+++ b/FindFileApplication.st	Wed Oct 01 14:52:58 2003 +0200
@@ -435,7 +435,7 @@
 
 doSearch
 
-    | namePattern namePatterns contentsPattern dir t|
+    | namePattern namePatterns contentsPattern dir|
 
 "/    self changeExtentToSeeSearchResult.
 
@@ -476,7 +476,7 @@
         ]
     ].
     searchTask := Process for:[
-        |message|
+        |message t|
 
         [    
             (self stopSignal) catch:[
@@ -1024,5 +1024,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.15 2003-09-12 19:25:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.16 2003-10-01 12:52:58 penk Exp $'
 ! !