radioButtons valueChannel is no longer needed.
authorClaus Gittinger <cg@exept.de>
Sat, 01 Mar 1997 14:16:40 +0100
changeset 1050 897063661bfa
parent 1049 3223853742a4
child 1051 5d05a5307a7a
radioButtons valueChannel is no longer needed.
BrowserView.st
BrwsrView.st
--- a/BrowserView.st	Sat Mar 01 11:35:56 1997 +0100
+++ b/BrowserView.st	Sat Mar 01 14:16:40 1997 +0100
@@ -8024,7 +8024,7 @@
             where := 1.
         ].
         grp value:where.
-        whereChannel := grp valueChannel.
+        whereChannel := grp.
         box addComponent:panel indent:0.  "/ panel has its own idea of indenting
 
         box addVerticalSpace.
@@ -8062,7 +8062,7 @@
     ]
 
     "Created: 11.11.1996 / 12:42:14 / cg"
-    "Modified: 16.1.1997 / 00:49:44 / cg"
+    "Modified: 1.3.1997 / 13:26:50 / cg"
 !
 
 busyLabel:what with:someArgument
@@ -9629,6 +9629,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.272 1997-02-28 10:51:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.273 1997-03-01 13:16:40 cg Exp $'
 ! !
 BrowserView initialize!
--- a/BrwsrView.st	Sat Mar 01 11:35:56 1997 +0100
+++ b/BrwsrView.st	Sat Mar 01 14:16:40 1997 +0100
@@ -8024,7 +8024,7 @@
             where := 1.
         ].
         grp value:where.
-        whereChannel := grp valueChannel.
+        whereChannel := grp.
         box addComponent:panel indent:0.  "/ panel has its own idea of indenting
 
         box addVerticalSpace.
@@ -8062,7 +8062,7 @@
     ]
 
     "Created: 11.11.1996 / 12:42:14 / cg"
-    "Modified: 16.1.1997 / 00:49:44 / cg"
+    "Modified: 1.3.1997 / 13:26:50 / cg"
 !
 
 busyLabel:what with:someArgument
@@ -9629,6 +9629,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.272 1997-02-28 10:51:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.273 1997-03-01 13:16:40 cg Exp $'
 ! !
 BrowserView initialize!