altosui: Disable flight log configuration while flights are stored
authorKeith Packard <keithp@keithp.com>
Mon, 7 Apr 2014 06:46:48 +0000 (23:46 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 7 Apr 2014 06:46:48 +0000 (23:46 -0700)
commit99c729495a8cc589718607ee35d22454c6af2994
tree9d51c725c169dd5fd7f683f06ac8b4e61b4a7457
parent4211c59e585545817b3cac02b41bb73106d6403e
altosui: Disable flight log configuration while flights are stored

The log code won't let you resize the maximum flight log while there
is still data on the flight computer; the code to figure that out in
the UI was busted, leaving users confused about why it wasn't working.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java
altosui/AltosConfigUI.java