summaryrefslogtreecommitdiff
path: root/altosui/AltosUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-04-18 18:16:38 -0500
committerKeith Packard <keithp@keithp.com>2011-04-18 18:16:38 -0500
commitf249e5926f5fd9f86c41e7f0a414193533d4d8b0 (patch)
tree2b24f7cfe4d45134caee3b70b428e8f463cfae88 /altosui/AltosUI.java
parent84163eee7847a09fe78f8762b28f857d76bf5755 (diff)
altosui: Make bluetooth dialog modal
This allows it to be displayed correctly while the device dialog box (also modal) is up. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r--altosui/AltosUI.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java
index 0fc6583c..4b808c41 100644
--- a/altosui/AltosUI.java
+++ b/altosui/AltosUI.java
@@ -198,10 +198,6 @@ public class AltosUI extends JFrame {
}
private void ConnectToDevice() {
- AltosBTManage bt_manage;
-
- bt_manage = new AltosBTManage(AltosBTDevice.bt_product_any, this);
- bt_manage.list();
AltosDevice device = AltosDeviceDialog.show(AltosUI.this,
Altos.product_basestation);