altosui: Serialize data access in TD config code
authorKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2012 23:07:41 +0000 (16:07 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2012 23:07:41 +0000 (16:07 -0700)
commit8ee29fe48771dd22a0c5428761ee53a728495d11
tree5994d8927ebeff559d89c08fcf4d0ad7acbe320e
parent19e35de47157923670b1864ce7b04f8d82f3bdea
altosui: Serialize data access in TD config code

Setting the values was being done in the UI thread instead of the
Serial thread, which left the serial thread with uninitialized values
when it went to update the displayed value for the current
frequency. All fixed now.

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