altosui: Move product definitions from AltosUI to AltosLib
[fw/altos] / altosui / AltosConfigureUI.java
index deb179d6e965ae78c2e504b58e9c14230ae4cc05..d0ed9325ac364234b2e2b7e7b552f2708e83e25e 100644 (file)
@@ -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;