JAL-1507 bugfix
[jalview.git] / 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.");