diff -r 46793bf50415 -r 84683b5a6979 MenuEditor.st --- a/MenuEditor.st Tue Mar 23 11:33:40 1999 +0100 +++ b/MenuEditor.st Tue Mar 23 11:34:49 1999 +0100 @@ -2190,9 +2190,12 @@ !MenuEditor methodsFor:'selection'! imageSelected - - (aspects at: #icon) value: self selectionOfImage value string - + |imgSel| + + imgSel := self selectionOfImage value. + imgSel notNil ifTrue:[ + (aspects at: #icon) value: imgSel string + ] ! menuChanged