Smalltalk.st
changeset 348 5ac1b6b43600
parent 345 cf2301210c47
child 352 09c5eb3915c5
--- a/Smalltalk.st	Wed May 17 14:17:43 1995 +0200
+++ b/Smalltalk.st	Thu May 18 17:10:35 1995 +0200
@@ -27,7 +27,7 @@
 COPYRIGHT (c) 1988 by Claus Gittinger
 	     All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.46 1995-05-16 17:08:57 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.47 1995-05-18 15:10:18 claus Exp $
 '!
 
 "
@@ -56,7 +56,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.46 1995-05-16 17:08:57 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.47 1995-05-18 15:10:18 claus Exp $
 "
 !
 
@@ -255,6 +255,9 @@
      Notice: this is not called when an image is restarted; in this
      case the show starts in Smalltalk>>restart."
 
+    SilentLoading := false.
+    Initializing := true.
+
     "
      define low-level debugging tools - graphical classes are not prepared yet
      to handle things.