diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-02 15:45:14 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-01-02 15:45:14 -0800 |
| commit | 9ca6eac2d6e7cff94ec521d6397d9d3aabb1bcb9 (patch) | |
| tree | 9bb463a19e1636f04a88d251851eca6928a0ea96 /altosui/AltosConfig.java | |
| parent | 085625ff3992454b59583d95a3c415597c51f754 (diff) | |
altosui: Split out UI-specific preferences
Prepare to create library shared with android application.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosConfig.java')
| -rw-r--r-- | altosui/AltosConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosConfig.java b/altosui/AltosConfig.java index 93def70d..6a75cf2d 100644 --- a/altosui/AltosConfig.java +++ b/altosui/AltosConfig.java @@ -287,7 +287,7 @@ public class AltosConfig implements ActionListener { if (remote) { serial_line.stop_remote(); serial_line.set_radio_frequency(frequency); - AltosPreferences.set_frequency(device.getSerial(), frequency); + AltosUIPreferences.set_frequency(device.getSerial(), frequency); serial_line.start_remote(); } serial_line.printf("c c %s\n", callsign.get()); |
