# HG changeset patch # User Claus Gittinger # Date 1065554048 -7200 # Node ID dfe097b6b1fb5513a17d9ac80e7ec504a94b8e54 # Parent bb4f759cf456f825daaee8ede7b6ce2ea8240c48 class-initialize methods shalt not send super initialize ! diff -r bb4f759cf456 -r dfe097b6b1fb 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.