altosui: Display reader name (usually the device) when an I/O error occurs
authorKeith Packard <keithp@keithp.com>
Tue, 26 Apr 2011 05:28:40 +0000 (22:28 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 26 Apr 2011 05:28:40 +0000 (22:28 -0700)
commit109344d54d3fa4f79342fd1ea2a3f4085475e30c
tree133662e29d32c1e267b4daeb5e38237383f24233
parentaa5caf6310f074109472e6f55d8bd9751fb75c4c
altosui: Display reader name (usually the device) when an I/O error occurs

Access the reader name directly from the reader object instead of a
local variable (which wasn't getting set anyways).

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosDisplayThread.java