standard function for bootstrapping discovery threads
[jalview.git] / src / jalview / bin / Jalview.java
index b36ac18..2c68662 100755 (executable)
@@ -180,7 +180,7 @@ public class Jalview
     {
       desktop = new Desktop();
       desktop.setVisible(true);
-      desktop.discoverer.start();
+      desktop.startServiceDiscovery();
       if (!aparser.contains("nousagestats"))
       {
         startUsageStats(desktop);