From 58dd4b88fe738e005a13dfd69651853ea7f79205 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 14 Apr 2013 14:54:52 -0700 Subject: [PATCH] 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 --- micropeak/MicroDownload.java | 1 + 1 file changed, 1 insertion(+) 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(); } } -- 2.30.2