checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 05 Feb 1999 01:23:12 +0100
changeset 1023 b804e9608a61
parent 1022 afd2ac9d1b55
child 1024 d5085dcaa9ad
checkin from browser
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