ListSelectionBox.st
changeset 113 fdd18cfff57e
parent 110 eb59f6e31e84
child 118 3ee5ea99d0e2
--- a/ListSelectionBox.st	Sun Mar 26 22:16:09 1995 +0200
+++ b/ListSelectionBox.st	Fri Mar 31 05:04:16 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.8 1995-03-25 22:20:31 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.9 1995-03-31 03:02:11 claus Exp $
 '!
 
 !ListSelectionBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.8 1995-03-25 22:20:31 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.9 1995-03-31 03:02:11 claus Exp $
 "
 !
 
@@ -166,7 +166,7 @@
      mhm: the lists keyboard functions are disabled,
      and input passed to the enterfield
     "
-    selectionList keyboardHandler:self 
+    selectionList delegate:(KeyboardForwarder to:enterField) 
 !
 
 updateList