# HG changeset patch # User Claus Gittinger # Date 1033485450 -7200 # Node ID 80d9587258790f2f2632c05a2f2c99f902d0ac3f # Parent fc52607249512fc68c9041ef8c26c76855dfbc61 terminateWithAllSUbprocesses -> xxxInGroup diff -r fc5260724951 -r 80d958725879 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 $' ! !