JAL-4358 slight improvement to detecting desktop creation to close getdown splash...
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 18 Jun 2024 22:38:09 +0000 (23:38 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 18 Jun 2024 22:38:09 +0000 (23:38 +0100)
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher-local.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index 746765e..e0cf638 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index a913f9b..e641840 100644 (file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
index 2414291..0025436 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index 0be4101..d366fed 100644 (file)
@@ -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);
index 746765e..e0cf638 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 746765e..e0cf638 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ