JAL-674 register PDB IDs when ever they are resolved on file IO
[jalview.git] / src / jalview / gui / AlignFrame.java
index 6b4aa1f..6d8fe6d 100644 (file)
@@ -5051,7 +5051,8 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
               {
                 PDBEntry pe = new AssociatePdbFileWithSeq()
                         .associatePdbWithSeq((String) fm[0],
-                                (String) fm[1], toassoc, false);
+                                (String) fm[1], toassoc, false,
+                                Desktop.instance);
                 if (pe != null)
                 {
                   System.err.println("Associated file : "