altosui: Use persistent list of bluetooth devices for device dialogs
[fw/altos] / altosui / AltosConfigureUI.java
index a2755a06d818d12afcf22ac1744463da5e57ef17..0f5e4a3bd3a7335fdcc1fc8da9e54b8c7beb2de0 100644 (file)
@@ -204,7 +204,7 @@ public class AltosConfigureUI
                manage_bluetooth = new JButton("Manage Bluetooth");
                manage_bluetooth.addActionListener(new ActionListener() {
                                public void actionPerformed(ActionEvent e) {
-                                       new AltosBTManage(AltosBTDevice.bt_product_any, owner);
+                                       AltosBTManage.show(owner, Altos.bt_known);
                                }
                        });
                c.gridx = 1;