checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 23 Oct 2001 14:57:01 +0200
changeset 1509 e00cdf43c001
parent 1508 ee75546c6820
child 1510 fed60e5a736f
checkin from browser
STXInstaller.st
--- a/STXInstaller.st	Tue Oct 23 12:01:51 2001 +0200
+++ b/STXInstaller.st	Tue Oct 23 14:57:01 2001 +0200
@@ -922,6 +922,7 @@
     |cmd msg|
 
     OperatingSystem isUNIXlike ifFalse:[ ^ self ].
+    installWhat == #full ifTrue:[^ self].
 
     installDocFiles ifTrue:[
         msg := (resources array:#('ST/X Installation' '' 'removing useless makefiles in doc' '' '' '')) asStringCollection.
@@ -1490,6 +1491,7 @@
     textView := HVScrollableView for:TextCollector in:v.
     textView origin:0.0@0.0 corner:1.0@1.0.
     textView bottomInset:30.
+    textView lineLimit:6000.
     commandTraceView := textView scrolledView.
 
     installWhat == #full ifTrue:[