NotifyingEmergencyHandler moved to NoHandlerError
authorStefan Vogel <sv@exept.de>
Wed, 04 Aug 1999 16:38:29 +0200
changeset 2316 6a46309a5e43
parent 2315 174fc1b1d68b
child 2317 c2000833c86d
NotifyingEmergencyHandler moved to NoHandlerError
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Mon Aug 02 13:04:48 1999 +0200
+++ b/AbstractLauncherApplication.st	Wed Aug 04 16:38:29 1999 +0200
@@ -99,7 +99,7 @@
      handler is the notifying one."
 
     NotifyingEmergencyHandler isNil ifTrue:[
-	NotifyingEmergencyHandler := Exception notifyingEmergencyHandler
+        NotifyingEmergencyHandler := NoHandlerError notifyingEmergencyHandler
     ].
     ^ NotifyingEmergencyHandler
 
@@ -4778,5 +4778,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.74 1999-08-02 11:03:03 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.75 1999-08-04 14:38:29 stefan Exp $'
 ! !