no icon setting of the tree item
authortz
Mon, 23 Feb 1998 14:38:22 +0100
changeset 667 0afd85e27240
parent 666 8dc197e3e07b
child 668 195cb7061d4b
no icon setting of the tree item
MenuEditor.st
--- a/MenuEditor.st	Mon Feb 23 14:32:05 1998 +0100
+++ b/MenuEditor.st	Mon Feb 23 14:38:22 1998 +0100
@@ -2293,7 +2293,6 @@
         n := self nodeLabel:'Item 1'.   
         n parent: node.
         node add: n.
-        node icon: nil.
         model recomputeList
     ].