JAL-2755 find gene loci for fetched xrefs where possible
[jalview.git] / src / jalview / gui / AlignFrame.java
index 95cabcd..f6b8392 100644 (file)
@@ -4261,7 +4261,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
   protected void showProductsFor(final SequenceI[] sel, final boolean _odna,
           final String source)
   {
-    new Thread(CrossRefAction.showProductsFor(sel, _odna, source, this))
+    new Thread(CrossRefAction.getHandlerFor(sel, _odna, source, this))
             .start();
   }