Merge branch 'features/sequenceFeatureRefactor' into develop
[jalview.git] / src / jalview / bin / JalviewLite.java
index ca3de8b..c0a8d73 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -1808,12 +1808,6 @@ public class JalviewLite extends Applet implements
       return file;
     }
 
-    // public LoadingThread(String _file, JalviewLite _applet)
-    // {
-    // this._file = _file;
-    // applet = _applet;
-    // }
-
     public LoadingThread(String file, String file2, JalviewLite _applet)
     {
       this._file = file;
@@ -1916,6 +1910,7 @@ public class JalviewLite extends Applet implements
         if ((al != null) && (al.getHeight() > 0))
         {
           dbgMsg("Successfully loaded file.");
+          al.setDataset(null);
           AlignFrame newAlignFrame = new AlignFrame(al, applet,
                   resolvedFile, embedded, false);
           newAlignFrame.setTitle(resolvedFile);