ensure enfin service is started in background when desktop is displayed
[jalview.git] / src / jalview / bin / Jalview.java
index 833f5c3..04f68f3 100755 (executable)
@@ -179,7 +179,7 @@ public class Jalview
     {
       desktop = new Desktop();
       desktop.setVisible(true);
-      desktop.discoverer.start();
+      desktop.startServiceDiscovery();
       if (!aparser.contains("nousagestats"))
       {
         startUsageStats(desktop);