StandardSystemView.st
changeset 4479 3984d0e74589
parent 4327 307fc2ce50cc
child 4496 e81d011f6a45
--- a/StandardSystemView.st	Wed Feb 01 20:39:09 2006 +0100
+++ b/StandardSystemView.st	Thu Feb 09 17:09:32 2006 +0100
@@ -1605,7 +1605,7 @@
         iconView setRealized:true.
     ] ifFalse:[
         icon notNil ifTrue:[
-            self icon:icon.
+            self icon:(self convertedIcon:icon).
         ].
     ].
 
@@ -1619,7 +1619,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.164 2004-10-26 20:25:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.165 2006-02-09 16:09:32 stefan Exp $'
 ! !
 
 StandardSystemView initialize!