diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-14 20:02:10 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-14 20:02:10 -0700 |
commit | c6f85cb149dff8732104521cb62b355e8a0d7148 (patch) | |
tree | 6eec5235f779fa9a7cd8a292758c6ee47eef5f83 | |
parent | 3cd8ff18a7546c1e251747ba26240cb130003ef1 (diff) | |
parent | 58dd4b88fe738e005a13dfd69651853ea7f79205 (diff) |
Merge branch 'master' into droid-gps
-rw-r--r-- | micropeak/MicroDownload.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/micropeak/MicroDownload.java b/micropeak/MicroDownload.java index 849cfc15..bd6795f8 100644 --- a/micropeak/MicroDownload.java +++ b/micropeak/MicroDownload.java @@ -179,5 +179,6 @@ public class MicroDownload extends AltosUIDialog implements Runnable, ActionList pack(); setLocationRelativeTo(owner); setVisible(true); + start(); } } |