BlockValue usage cleanup
authorClaus Gittinger <cg@exept.de>
Mon, 12 Mar 2007 10:54:18 +0100
changeset 2161 1dd6800c1bb3
parent 2160 8f6a8896f10d
child 2162 37159708ecef
BlockValue usage cleanup
MenuEditor.st
--- a/MenuEditor.st	Wed Mar 07 18:19:17 2007 +0100
+++ b/MenuEditor.st	Mon Mar 12 10:54:18 2007 +0100
@@ -1610,8 +1610,10 @@
     "boolean holder, true if any item is selected
     "
     ^ BlockValue 
-        with:[:holder | holder value size > 0]
+        with:[:holder | holder size > 0]
         argument:(self aspectFor:#itemValue)
+
+    "Modified: / 08-03-2007 / 22:59:42 / cg"
 !
 
 hasSelectionChannel