AspectAdaptor.st
changeset 2742 cfd86b0441ae
parent 2286 1c46b5e812bc
child 2988 bc154fbdd68d
--- a/AspectAdaptor.st	Wed Sep 16 21:40:10 2009 +0200
+++ b/AspectAdaptor.st	Fri Sep 18 11:34:14 2009 +0200
@@ -260,7 +260,7 @@
     |target oldValue|
 
     target := super value.
-    target isNil ifTrue:[^ nil].
+    target isNil ifTrue:[^ self].
 
     oldValue := target perform:getMsg.
     oldValue ~~ newValue ifTrue:[
@@ -288,5 +288,5 @@
 !AspectAdaptor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.21 2007-02-21 12:07:21 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.22 2009-09-18 09:34:14 fm Exp $'
 ! !