diff options
author | Keith Packard <keithp@keithp.com> | 2011-04-18 18:16:38 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-04-18 18:16:38 -0500 |
commit | f249e5926f5fd9f86c41e7f0a414193533d4d8b0 (patch) | |
tree | 2b24f7cfe4d45134caee3b70b428e8f463cfae88 /altosui/AltosBTDevice.java | |
parent | 84163eee7847a09fe78f8762b28f857d76bf5755 (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.java | 2 |
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() { |