checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 21 May 1998 03:07:34 +0200
changeset 895 d1c9210e796b
parent 894 d5a703c21f7a
child 896 aa07612a7c04
checkin from browser
ColorMenu.st
--- a/ColorMenu.st	Thu May 21 01:17:18 1998 +0200
+++ b/ColorMenu.st	Thu May 21 03:07:34 1998 +0200
@@ -302,8 +302,10 @@
     labelsAreColored := false.
     self verticalLayout:false.
     self fitFirstPanel:false.
-    enabledChannel := false asValue.
+    enabledChannel := ValueHolder with:false.
     self setupMenu.
+
+    "Modified: / 21.5.1998 / 03:07:26 / cg"
 !
 
 setupMenu
@@ -345,5 +347,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.13 1998-04-09 18:30:30 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.14 1998-05-21 01:07:34 cg Exp $'
 ! !