diff -r 1a9bbca19e25 -r fa70f4678a13 HierarchicalListEditor.st --- a/HierarchicalListEditor.st Fri Mar 19 20:58:00 1999 +0100 +++ b/HierarchicalListEditor.st Fri Mar 19 21:01:50 1999 +0100 @@ -233,6 +233,9 @@ #activeHelpKey: #label #tabable: true #model: #itemName + #modifiedChannel: #modifiedChannel + #acceptChannel: #acceptChannel + #acceptOnLostFocus: true ) #(#LabelSpec #name: 'valueLabel' @@ -248,6 +251,9 @@ #tabable: true #model: #itemValue #type: #symbolOrNil + #modifiedChannel: #modifiedChannel + #acceptChannel: #acceptChannel + #acceptOnLostFocus: true ) #(#UISubSpecification #name: 'SubSpecification' @@ -383,20 +389,6 @@ ) ) #(#MenuItem - #label: 'Settings' - #submenu: - #(#Menu - - #( - #(#MenuItem - #label: 'Fonts' - #submenuChannel: #menuFont - ) - ) nil - nil - ) - ) - #(#MenuItem #label: 'History' #submenuChannel: #menuHistory )