useless openWindow removed
authorClaus Gittinger <cg@exept.de>
Fri, 03 May 2002 19:59:24 +0200
changeset 1563 bf3439f7e277
parent 1562 5bf39bbb2eb4
child 1564 0833cfacf787
useless openWindow removed
UIPainter.st
--- a/UIPainter.st	Fri Apr 19 18:26:14 2002 +0200
+++ b/UIPainter.st	Fri May 03 19:59:24 2002 +0200
@@ -3102,7 +3102,6 @@
     selectionPanel := self selectionPanelClass new.
     selectionPanel allButOpenInterface:#windowSpec.
     (galleryWindow := selectionPanel window) openInGroup:(topView windowGroup).
-    selectionPanel openWindow.
     selectionPanel masterApplication:self.
 
     icon := Smalltalk imageFromFileNamed:'UIPainter.xbm' forClass:self class.