James E. Blair 6f52a7c870 Don't modify status widgets outside of main thread
The sync module would indirectly modify the status widget (so that
the count of sync actions would be up to date).  If this happened
while urwid was drawing the screen, urwid may invalidate cached
information in mid-redraw, resulting in an exception and crash.
This updates the StatusHeader widget so that changes are merely
recorded to internal variables, and the actual widgets are updated
by a refresh method called from within the main loop.

Change-Id: I27043533d33d44aae31005670a1b727e9cc7bb90
Story: 260
2014-09-02 17:35:45 -07:00
..
2014-08-31 15:40:31 -07:00
2014-04-29 16:28:49 -07:00
2014-05-07 21:35:07 -04:00
2014-08-29 15:43:25 -07:00
2014-08-31 15:40:40 -07:00
2014-08-01 15:49:30 -07:00
2014-08-31 15:40:31 -07:00
2014-08-30 14:55:53 -07:00