Merge branch 'master' into droid-gps
authorKeith Packard <keithp@keithp.com>
Mon, 15 Apr 2013 03:02:10 +0000 (20:02 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 15 Apr 2013 03:02:10 +0000 (20:02 -0700)
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();
        }
 }