X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosEepromDownload.java;h=40c98bfd7d6b661083c5187fc2d3cea1fae46bca;hb=5569e4df50648a3ec131ba5e244da9b67d1a67db;hp=e7e52466b71b24cd577036e18b51dde4bcf8a3e7;hpb=31e3255b6cbfaf95c0e97e2d1ec8de72f845994c;p=fw%2Faltos diff --git a/altosui/AltosEepromDownload.java b/altosui/AltosEepromDownload.java index e7e52466..40c98bfd 100644 --- a/altosui/AltosEepromDownload.java +++ b/altosui/AltosEepromDownload.java @@ -351,7 +351,7 @@ public class AltosEepromDownload implements Runnable { for (AltosEepromLog log : flights) { parse_exception = null; - if (log.download) { + if (log.selected) { monitor.reset(); CaptureLog(log); }