checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 21 Jul 1999 12:52:16 +0200
changeset 2289 f11b1b928d2c
parent 2288 050cd24be9de
child 2290 59207b94df0c
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Wed Jul 21 12:43:53 1999 +0200
+++ b/AbstractLauncherApplication.st	Wed Jul 21 12:52:16 1999 +0200
@@ -1327,6 +1327,7 @@
     org_swikiRoot := swikiRoot.
     org_swikiEnabled := swikiEnabled.
     swikiRoot := swikiRoot asValue.
+    swikiEnabled := swikiEnabled asValue.
 
     "/
     "/ osi settings ...
@@ -4806,5 +4807,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.65 1999-07-21 10:43:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.66 1999-07-21 10:52:16 cg Exp $'
 ! !