Notification.st
branchjv
changeset 18050 131d0413b25b
parent 18040 a11a12546f23
parent 15114 77142b5c937a
child 18062 014678b4657a
--- a/Notification.st	Fri Apr 19 09:38:48 2013 +0200
+++ b/Notification.st	Tue Apr 23 14:27:19 2013 +0100
@@ -197,7 +197,7 @@
 
     |signal|
 
-    signal := anException signal.
+    signal := anException creator.
 
     self == signal ifTrue:[^ true].               "quick check"
     anException isNotification ifFalse:[^ false]. "speed up non-queries by not traversing the parent chain"
@@ -375,11 +375,11 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.28 2013-03-25 13:57:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.29 2013-04-19 08:41:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.28 2013-03-25 13:57:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.29 2013-04-19 08:41:19 cg Exp $'
 ! !