AbstractLauncherApplication.st
changeset 3576 569fc1084563
parent 3575 c35b9ba0092c
child 3587 0364cb87b84c
--- a/AbstractLauncherApplication.st	Fri Feb 15 14:26:07 2002 +0100
+++ b/AbstractLauncherApplication.st	Fri Feb 15 15:39:57 2002 +0100
@@ -2044,7 +2044,7 @@
                     remoteBrowsingEnabled ifFalse:[
                         SmalltalkShareServer killAll
                     ] ifTrue:[
-                        SmalltalkShareServer startUDP.
+                        SmalltalkShareServer start.
                         "/ must wait a bit; give it a chance to
                         "/ really start (before checking)
                         Delay waitForSeconds:0.5.
@@ -6423,5 +6423,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.189 2002-02-15 13:25:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.190 2002-02-15 14:39:57 cg Exp $'
 ! !