diff options
author | Keith Packard <keithp@keithp.com> | 2012-06-17 18:58:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-17 18:58:56 -0700 |
commit | 55747ce210d7d80d5b4fdaaf9dc7ee0f7bc8b0a3 (patch) | |
tree | d69ca8e3068bfd8fc6a338ddd2286870deb09dd6 /altosui/AltosConfigureUI.java | |
parent | e6d236fdc615625fbbf28377453f920729e49b0f (diff) |
altosui: Move product definitions from AltosUI to AltosLib
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosConfigureUI.java')
-rw-r--r-- | altosui/AltosConfigureUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosConfigureUI.java b/altosui/AltosConfigureUI.java index deb179d6..d0ed9325 100644 --- a/altosui/AltosConfigureUI.java +++ b/altosui/AltosConfigureUI.java @@ -344,7 +344,7 @@ public class AltosConfigureUI manage_bluetooth = new JButton("Manage Bluetooth"); manage_bluetooth.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { - AltosBTManage.show(owner, Altos.bt_known); + AltosBTManage.show(owner, AltosBTKnown.bt_known()); } }); c.gridx = 0; |