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:
d8df6dc
)
lastCommand check
author
amwaterhouse
<Andrew Waterhouse>
Fri, 4 May 2007 13:33:15 +0000
(13:33 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Fri, 4 May 2007 13:33:15 +0000
(13:33 +0000)
src/jalview/appletgui/AppletJmol.java
patch
|
blob
|
history
diff --git
a/src/jalview/appletgui/AppletJmol.java
b/src/jalview/appletgui/AppletJmol.java
index
538d177
..
f873230
100644
(file)
--- a/
src/jalview/appletgui/AppletJmol.java
+++ b/
src/jalview/appletgui/AppletJmol.java
@@
-550,7
+550,7
@@
public class AppletJmol extends Frame
}
}
- if (lastCommand != null && !lastCommand.equals(command.toString()))
+ if (lastCommand == null || !lastCommand.equals(command.toString()))
viewer.evalStringQuiet(command.toString());
lastCommand = command.toString();