JAL-1289 call oninit callback even if no alignment data was loaded
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 13 May 2013 13:25:11 +0000 (14:25 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 13 May 2013 13:53:17 +0000 (14:53 +0100)
src/jalview/bin/JalviewLite.java

index 438bd7d..8fe90f5 100644 (file)
@@ -1474,7 +1474,7 @@ public class JalviewLite extends Applet implements
       // still be called to open new alignments.
       file = "NO FILE";
       fileFound = false;
-      // callInitCallback();
+      callInitCallback();
     }
   }