altosui: Lock access to preferences data
authorKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2012 23:06:59 +0000 (16:06 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2012 23:06:59 +0000 (16:06 -0700)
commit19e35de47157923670b1864ce7b04f8d82f3bdea
tree27688fe43bb34edc8f8c05053a9cbfc88b6f9fed
parent1b5340c2b75c500011355c4889da443c4b9c4891
altosui: Lock access to preferences data

These are accessed by several different threads, so keep things sane
by just holding locks across all access.

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