git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c5c03
)
JAL-1507 bugfix
author
Jim Procter
<jprocter@dundee.ac.uk>
Wed, 28 May 2014 08:02:38 +0000
(09:02 +0100)
committer
Jim Procter
<jprocter@dundee.ac.uk>
Wed, 28 May 2014 08:02:38 +0000
(09:02 +0100)
src/jalview/bin/JalviewLite.java
patch
|
blob
|
history
diff --git
a/src/jalview/bin/JalviewLite.java
b/src/jalview/bin/JalviewLite.java
index
631c7fe
..
f242b5d
100644
(file)
--- a/
src/jalview/bin/JalviewLite.java
+++ b/
src/jalview/bin/JalviewLite.java
@@
-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.");