AbstractLauncherApplication.st
changeset 2307 6aa722a14c1a
parent 2306 8d8172bccbc7
child 2310 fa7eb223115c
--- a/AbstractLauncherApplication.st	Tue Jul 27 18:19:00 1999 +0200
+++ b/AbstractLauncherApplication.st	Tue Jul 27 18:26:04 1999 +0200
@@ -1467,7 +1467,7 @@
             tabable:true
             separateAtX:0.3.
     in acceptChannel:acceptChannel.
-    in enableChannel:swikiEnabled.
+    in enableChannel:(BlockValue forLogical:httpServerRunning and:swikiEnabled).
 
     box leftIndent:0.
 
@@ -4766,5 +4766,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.70 1999-07-27 16:19:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.71 1999-07-27 16:26:04 cg Exp $'
 ! !