micropeak: Oops. Lost the call to actually start downloading data
authorKeith Packard <keithp@keithp.com>
Sun, 14 Apr 2013 21:54:52 +0000 (14:54 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 14 Apr 2013 21:54:52 +0000 (14:54 -0700)
Lost when adding the 'help' text somehow; presumably a debugging issue.

Signed-off-by: Keith Packard <keithp@keithp.com>
micropeak/MicroDownload.java

index 849cfc15cd31d35b76554db73f0d1d52006d407d..bd6795f85f633fb8e573dac8eb02cbe3c444f472 100644 (file)
@@ -179,5 +179,6 @@ public class MicroDownload extends AltosUIDialog implements Runnable, ActionList
                pack();
                setLocationRelativeTo(owner);
                setVisible(true);
+               start();
        }
 }