class: UIPainter
authorClaus Gittinger <cg@exept.de>
Thu, 05 Dec 2013 14:44:11 +0100
changeset 3061 c90c7db6e6d9
parent 3060 a8780dec8d43
child 3062 fb2f2197eada
class: UIPainter changed: #canInstallAsWebPageHolder (send #valueAspectFor:initialValue: instead of #booleanValueAspectFor:initialValue:) oops
UIPainter.st
--- a/UIPainter.st	Thu Dec 05 12:41:35 2013 +0100
+++ b/UIPainter.st	Thu Dec 05 14:44:11 2013 +0100
@@ -2955,7 +2955,7 @@
 
 canInstallAsWebPageHolder
     ^ builder 
-            booleanValueAspectFor:#canInstallAsWebPageHolder
+            valueAspectFor:#canInstallAsWebPageHolder
             initialValue:(self canInstallAsWebPage).
 
     "Created: / 14-01-2008 / 17:36:04 / cg"