summaryrefslogtreecommitdiff
path: root/altosui/AltosBTDevice.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/AltosBTDevice.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/AltosBTDevice.java')
-rw-r--r--altosui/AltosBTDevice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosBTDevice.java b/altosui/AltosBTDevice.java
index 5e946415..ff2be49a 100644
--- a/altosui/AltosBTDevice.java
+++ b/altosui/AltosBTDevice.java
@@ -62,7 +62,7 @@ public class AltosBTDevice extends altos_bt_device implements AltosDevice {
if (name == null)
name = "Altus Metrum";
return String.format("%-20.20s %4d %s",
- getProduct(), getSerial(), getAddr());
+ getProductName(), getSerial(), getAddr());
}
public String toShortString() {