DeviceWorkstation.st
changeset 5588 a11b8feede13
parent 5550 97fb2638d5d8
child 5592 a4194a0c1b92
--- a/DeviceWorkstation.st	Wed Aug 04 18:38:09 2010 +0200
+++ b/DeviceWorkstation.st	Thu Aug 05 15:41:49 2010 +0200
@@ -5798,10 +5798,10 @@
 initializeViewStyle
     "late viewStyle init - if no viewStyle has been read yet."
 
-    View styleSheet isNil ifTrue:[
-	self class currentScreenQuerySignal answer:self do:[
-	    View readStyleSheetAndUpdateAllStyleCaches
-	]
+    SimpleView styleSheet isNil ifTrue:[
+        self class currentScreenQuerySignal answer:self do:[
+            SimpleView readStyleSheetAndUpdateAllStyleCaches
+        ]
     ].
 !
 
@@ -7969,11 +7969,11 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.541 2010-02-03 17:22:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.542 2010-08-05 13:41:49 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.541 2010-02-03 17:22:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.542 2010-08-05 13:41:49 stefan Exp $'
 ! !
 
 DeviceWorkstation initialize!