# HG changeset patch # User Stefan Vogel # Date 1094215768 -7200 # Node ID 14ec9e1d3b392a3fddbbe954cee218c607f83d50 # Parent bad8a328258467764352d0dcfcb5881d50fd8b0a example diff -r bad8a3282584 -r 14ec9e1d3b39 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!