checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 30 Jul 1999 20:35:38 +0200
changeset 2311 1545462965c0
parent 2310 fa7eb223115c
child 2312 86cf257b86d6
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Fri Jul 30 20:06:11 1999 +0200
+++ b/AbstractLauncherApplication.st	Fri Jul 30 20:35:38 1999 +0200
@@ -1597,7 +1597,7 @@
 
             swikiEnabled value ~~ org_swikiEnabled ifTrue:[
                 swikiEnabled value ifTrue:[
-                    PWS::SwikiAction setUp:'myswiki'
+                    HTTPServer setupMySwiki
                 ] ifFalse:[
                     HTTPServer removeActionLinkFor:'myswiki'
                 ]
@@ -1622,7 +1622,7 @@
     box destroy
 
     "Modified: / 28.6.1999 / 15:44:35 / stefan"
-    "Modified: / 30.7.1999 / 13:41:05 / cg"
+    "Modified: / 30.7.1999 / 20:36:17 / cg"
 !
 
 compilerSettingsFor:requestor
@@ -4763,5 +4763,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.72 1999-07-30 18:06:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.73 1999-07-30 18:35:38 cg Exp $'
 ! !