example
authorStefan Vogel <sv@exept.de>
Fri, 03 Sep 2004 14:49:28 +0200
changeset 8516 14ec9e1d3b39
parent 8515 bad8a3282584
child 8517 c3827ae1ead2
example
Notification.st
--- a/Notification.st	Fri Sep 03 14:48:11 2004 +0200
+++ b/Notification.st	Fri Sep 03 14:49:28 2004 +0200
@@ -66,7 +66,7 @@
         'nesting'.
         [
             [
-                Object errorSignal handle:[:ex |
+                Error handle:[:ex |
                     Transcript showCR:'some error: ' , ex errorString.
                     ex proceed
                 ] do:[
@@ -252,6 +252,7 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.12 2002-03-07 07:53:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.13 2004-09-03 12:49:28 stefan Exp $'
 ! !
+
 Notification initialize!