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:
8c888a7
)
JAL-4358 slight improvement to detecting desktop creation to close getdown splash...
author
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 18 Jun 2024 22:38:09 +0000
(23:38 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 18 Jun 2024 22:38:09 +0000
(23:38 +0100)
getdown/lib/getdown-core.jar
patch
|
blob
|
history
getdown/lib/getdown-launcher-local.jar
patch
|
blob
|
history
getdown/lib/getdown-launcher.jar
patch
|
blob
|
history
getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java
patch
|
blob
|
history
j11lib/getdown-core.jar
patch
|
blob
|
history
j8lib/getdown-core.jar
patch
|
blob
|
history
diff --git
a/getdown/lib/getdown-core.jar
b/getdown/lib/getdown-core.jar
index
746765e
..
e0cf638
100644
(file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
diff --git
a/getdown/lib/getdown-launcher-local.jar
b/getdown/lib/getdown-launcher-local.jar
index
a913f9b
..
e641840
100644
(file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
diff --git
a/getdown/lib/getdown-launcher.jar
b/getdown/lib/getdown-launcher.jar
index
2414291
..
0025436
100644
(file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
diff --git
a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java
b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java
index
0be4101
..
d366fed
100644
(file)
--- a/
getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java
+++ b/
getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java
@@
-1064,7
+1064,7
@@
public abstract class Getdown extends Thread
out.println(line);
out.flush();
// check for desktop creation line and end early
- if (!_disposed && line.endsWith("JALVIEW: CREATED DESKTOP")) {
+ if (!_disposed && line.endsWith(": CREATED DESKTOP")) {
// pump the percent up to 100%
if (_latestInstance != null) {
_latestInstance.setStatusAsync(null, 100, -1L, false);
diff --git
a/j11lib/getdown-core.jar
b/j11lib/getdown-core.jar
index
746765e
..
e0cf638
100644
(file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
diff --git
a/j8lib/getdown-core.jar
b/j8lib/getdown-core.jar
index
746765e
..
e0cf638
100644
(file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ