From: Keith Packard Date: Sun, 14 Apr 2013 21:54:52 +0000 (-0700) Subject: micropeak: Oops. Lost the call to actually start downloading data X-Git-Tag: altosdroid_v1.2-1~15 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=58dd4b88fe738e005a13dfd69651853ea7f79205 micropeak: Oops. Lost the call to actually start downloading data Lost when adding the 'help' text somehow; presumably a debugging issue. Signed-off-by: Keith Packard --- 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(); } }