1.1 compatibility
[jalview.git] / src / jalview / bin / JalviewLite.java
index 7bf1a5f..27e7a7f 100755 (executable)
@@ -1013,7 +1013,7 @@ public class JalviewLite extends Applet
                 newAlignFrame.newStructureView(applet, pdb, seqs, chains,
                       protocol);
               } else {
-                pdbs.add(new Object[] { pdb, seqs, chains, new String(protocol)});
+                pdbs.addElement(new Object[] { pdb, seqs, chains, new String(protocol)});
               }
             }
           }