Launcher.st
changeset 1885 df63e34d5aeb
parent 1840 c7a6ec4fdede
child 1886 968c7c0376bb
--- a/Launcher.st	Fri Sep 11 18:20:39 1998 +0200
+++ b/Launcher.st	Mon Sep 14 11:59:57 1998 +0200
@@ -2876,7 +2876,7 @@
     catchClassRedefs := Class catchClassRedefinitions asValue.
     historyLines := HistoryManager notNil and:[HistoryManager isLoaded and:[HistoryManager isActive]].
     historyLines ifFalse:[
-        fullHistoryUpdate := false    
+        fullHistoryUpdate := false asValue   
     ] ifTrue:[
         fullHistoryUpdate := HistoryManager fullHistoryUpdate asValue.
     ].
@@ -5658,5 +5658,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.371 1998-08-18 13:07:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.372 1998-09-14 09:59:57 cg Exp $'
 ! !