terminateWithAllSUbprocesses -> xxxInGroup
authorClaus Gittinger <cg@exept.de>
Tue, 01 Oct 2002 17:17:30 +0200
changeset 3937 80d958725879
parent 3936 fc5260724951
child 3938 cc381aba7134
terminateWithAllSUbprocesses -> xxxInGroup
FindFileApplication.st
--- a/FindFileApplication.st	Tue Oct 01 17:15:21 2002 +0200
+++ b/FindFileApplication.st	Tue Oct 01 17:17:30 2002 +0200
@@ -504,7 +504,7 @@
             Dialog warn:ex description.
         ]do:[
             task isDead ifFalse:[
-                task terminateWithAllSubprocesses.
+                task terminateWithAllSubprocessesInGroup.
                 task waitUntilTerminated.
             ]
         ]
@@ -859,5 +859,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.1 2002-09-25 08:00:04 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.2 2002-10-01 15:17:30 cg Exp $'
 ! !