JAL-1507 bugfix
authorJim Procter <jprocter@dundee.ac.uk>
Wed, 28 May 2014 08:02:38 +0000 (09:02 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Wed, 28 May 2014 08:02:38 +0000 (09:02 +0100)
src/jalview/bin/JalviewLite.java

index 631c7fe..f242b5d 100644 (file)
@@ -1485,7 +1485,7 @@ public class JalviewLite extends Applet implements
     // try really hard to get the liveConnect thing working
     boolean notFailed=false;
     int tries=0;
-    while (notFailed && tries<10) {
+    while (!notFailed && tries<10) {
       if (tries>0)
       {
         System.err.println("LiveConnect request thread going to sleep.");