class-initialize methods shalt not send super initialize !
authorClaus Gittinger <cg@exept.de>
Tue, 07 Oct 2003 21:14:08 +0200
changeset 1747 dfe097b6b1fb
parent 1746 bb4f759cf456
child 1748 a62052c6ee71
class-initialize methods shalt not send super initialize !
UISelectionPanel.st
--- a/UISelectionPanel.st	Tue Oct 07 15:38:46 2003 +0200
+++ b/UISelectionPanel.st	Tue Oct 07 21:14:08 2003 +0200
@@ -72,7 +72,6 @@
 !UISelectionPanel class methodsFor:'initialization'!
 
 initialize
-    super initialize.
     UserClass  := UISelectionPanel::UserDefinedGallery.
     UserSpecs  := #listOfSelectors.
     UserLabels := #listOfLabels.