]> git.street.me.uk Git - andy/viking.git/commit - src/background.h
Fix for Debian#685817: Statusbar Update From Thread Instability
authorRob Norris <rw_norris@hotmail.com>
Sat, 15 Sep 2012 00:03:46 +0000 (01:03 +0100)
committerRob Norris <rw_norris@hotmail.com>
Thu, 20 Sep 2012 00:45:54 +0000 (01:45 +0100)
commit901423020f8c8fbc41052247ff6d8c9414f8077d
tree4e67fdc6617c08ed2bb2412a57eca1325f77f37e
parent60922e058f0caf2d332dfc672d40b7f4829034de
Fix for Debian#685817: Statusbar Update From Thread Instability

Move the direct statusbar GTK update from the background thread into a signal to the main thread.
The statusbar update in the main thread is then performed according to GTK scheduler via the idle update mechanism.
src/background.c
src/background.h
src/main.c
src/vikwindow.c
src/vikwindow.h