JAL-1111 news reader shouldn't be modal.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 3 Sep 2012 09:36:05 +0000 (10:36 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 3 Sep 2012 09:36:05 +0000 (10:36 +0100)
src/jalview/gui/BlogReader.java

index dad0548..53ab9a3 100644 (file)
@@ -324,7 +324,7 @@ public class BlogReader extends JPanel
         {
           createDialog();
           bounds = new Rectangle(5, 5, 550, 350);
-          jd.initDialogFrame(me, true, false, "News from www.jalview.org",
+          jd.initDialogFrame(me, false, false, "News from www.jalview.org",
                   bounds.width, bounds.height);
           Cache.log.info("Displaying news.");
           jd.waitForInput();