*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 09 Feb 2019 17:01:50 +0100
changeset 1589 86edc6c77f6e
parent 1588 2727a9f4ac36
child 1590 a1e0688b2f39
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Sat Feb 09 16:58:53 2019 +0100
+++ b/smalltalk.rc	Sat Feb 09 17:01:50 2019 +0100
@@ -551,8 +551,8 @@
 "/ (actually, much more is needed - this is just a start ...)
 "/
 (cls := Smalltalk at:#StandardSystemView) notNil ifTrue:[
-    Smalltalk at:#ScheduledWindow put:cls
-    Smalltalk at:#SystemWindow put:cls
+    Smalltalk at:#ScheduledWindow put:cls.
+    Smalltalk at:#SystemWindow put:cls.
 ].
 (cls := Smalltalk at:#Socket) notNil ifTrue:[
     Smalltalk at:#UnixSocketAccessor put:cls.