From 152f016f92021e7708cd5816df86527f325cdee0 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Thu, 12 Jun 2008 23:37:07 +0000 Subject: [PATCH] Release the lock whenever the applet finishes --- src/java/com/threerings/getdown/launcher/GetdownApplet.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/com/threerings/getdown/launcher/GetdownApplet.java b/src/java/com/threerings/getdown/launcher/GetdownApplet.java index 9c9342c..8f41b37 100644 --- a/src/java/com/threerings/getdown/launcher/GetdownApplet.java +++ b/src/java/com/threerings/getdown/launcher/GetdownApplet.java @@ -116,6 +116,7 @@ public class GetdownApplet extends JApplet return GetdownApplet.this; } protected void exit (int exitCode) { + _app.releaseLock(); // Redirect to the URL in 'redirect_on_finish' if we completed successfully. // This allows us to use some javascript on that page to close Getdown's // browser window. I'd prefer to use the javascript bridge from the applet