diff -r afd2ac9d1b55 -r b804e9608a61 MenuEditor.st --- a/MenuEditor.st Thu Feb 04 20:00:55 1999 +0100 +++ b/MenuEditor.st Fri Feb 05 01:23:12 1999 +0100 @@ -2169,8 +2169,8 @@ item := node contents. item toAspects:aspects. + myClass := self class. item isSeparator ifFalse:[ - myClass := self class. node parent isNil ifFalse:[ node hasChildren ifTrue:[ slc := #slicesMenu @@ -2214,7 +2214,7 @@ self updateChannels. aspects do: [:holder| holder addDependent:self]. - "Modified: / 14.8.1998 / 14:52:32 / cg" + "Modified: / 4.2.1999 / 17:37:54 / cg" ! tabSelection: aSelection