# HG changeset patch # User Claus Gittinger # Date 969364128 -7200 # Node ID 80169c1985fd69ea000de6a505b2ef9b257dbd37 # Parent e90341acd0405f1201619dd821819258792eab22 checkin from browser diff -r e90341acd040 -r 80169c1985fd ExtendedComboBox.st --- a/ExtendedComboBox.st Tue Sep 19 13:47:17 2000 +0200 +++ b/ExtendedComboBox.st Tue Sep 19 13:48:48 2000 +0200 @@ -1180,18 +1180,6 @@ " |h w menuOrigin widgetPrfExt useableExt| -"/[ -"/|v| -"/ -"/v := self container. -"/[v notNil] whileTrue:[ -"/ v class == CodingExamples_GUI::GUIDemoExtendedComboBox::ApplicationSubView ifTrue:[ -"/ self halt -"/ ]. -"/ v := v container. -"/]. -"/] value. - openAction notNil ifTrue:[ openAction numArgs == 0 ifTrue:[ openAction value @@ -1516,5 +1504,5 @@ !ExtendedComboBox class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg2/ExtendedComboBox.st,v 1.20 2000-09-05 20:50:03 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/ExtendedComboBox.st,v 1.21 2000-09-19 11:48:48 cg Exp $' ! !