AbstractLauncherApplication.st
changeset 18792 d370c81b327a
parent 18678 615e0ad7a8ca
child 18804 5e06abe51151
--- a/AbstractLauncherApplication.st	Wed May 29 01:11:19 2019 +0200
+++ b/AbstractLauncherApplication.st	Wed May 29 01:11:58 2019 +0200
@@ -950,7 +950,7 @@
                                         ].
                                         ((wg := v windowGroup) notNil
                                         and:[(p := wg process) notNil
-                                        and:[p state ~~ #dead]]) ifTrue:[
+                                        and:[p isDead not]]) ifTrue:[
                                             l
                                         ] ifFalse:[
                                             l , ' (dead ?)'
@@ -982,6 +982,7 @@
     ^ nil
 
     "Modified: / 27-04-2012 / 12:59:37 / cg"
+    "Modified: / 29-05-2019 / 01:02:03 / Claus Gittinger"
 !
 
 openApplication: classOrClassName