From a643ad8923bbfbdaf20e03f4b680f22be83efcfd Mon Sep 17 00:00:00 2001 From: gmungoc Date: Wed, 20 Jun 2018 09:59:30 +0100 Subject: [PATCH 1/1] JAL-3030 suppress change that goes with JAL-3031 --- src/jalview/bin/JalviewJS.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/jalview/bin/JalviewJS.java b/src/jalview/bin/JalviewJS.java index 4e24354..1187bcf 100644 --- a/src/jalview/bin/JalviewJS.java +++ b/src/jalview/bin/JalviewJS.java @@ -1,7 +1,6 @@ package jalview.bin; import jalview.gui.AlignFrame; -import jalview.gui.Desktop; import jalview.io.AppletFormatAdapter; import jalview.io.DataSourceType; import jalview.io.FileFormatException; @@ -187,7 +186,7 @@ public class JalviewJS frame.setJMenuBar(alignFrame.getJMenuBar()); // fudge so that dialogs can be opened with this frame as parent - Desktop.parent = frame.getContentPane(); + // Desktop.parent = frame.getContentPane(); loadFeatures(alignFrame, getParameter(PARAM_FEATURES)); -- 1.7.10.2