JAL-1990 suggested revision to separate references to UI components from datamodel...
[jalview.git] / src / jalview / appletgui / AlignFrame.java
index e5f0053..9ced93b 100644 (file)
@@ -4088,7 +4088,7 @@ public class AlignFrame extends EmbmenuFrame implements ActionListener,
     {
       // register the association(s) and quit, don't create any windows.
       if (StructureSelectionManager.getStructureSelectionManager(applet)
-              .setMapping(seqs, chains, pdb.getFile(), protocol) == null)
+              .setMapping(seqs, chains, pdb.getFile(), protocol, null) == null)
       {
         System.err.println("Failed to map " + pdb.getFile() + " ("
                 + protocol + ") to any sequences");