diff options
Diffstat (limited to 'altosui/AltosEepromLog.java')
| -rw-r--r-- | altosui/AltosEepromLog.java | 8 | 
1 files changed, 3 insertions, 5 deletions
diff --git a/altosui/AltosEepromLog.java b/altosui/AltosEepromLog.java index ee77e5c8..475d7f12 100644 --- a/altosui/AltosEepromLog.java +++ b/altosui/AltosEepromLog.java @@ -43,8 +43,7 @@ public class AltosEepromLog {  	int		year, month, day; -	boolean		download; -	boolean		delete; +	boolean		selected;  	public AltosEepromLog(AltosConfigData config_data,  			      AltosSerial serial_line, @@ -63,10 +62,9 @@ public class AltosEepromLog {  		serial = config_data.serial;  		/* -		 * By default, request that every log be downloaded but not deleted +		 * Select all flights for download  		 */ -		download = true; -		delete = false; +		selected = true;  		/*  		 * Look in TeleMetrum log data for date  | 
