Disable threading - turn update thread into async method
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 12 Nov 2009 10:42:57 +0000 (11:42 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 12 Nov 2009 18:23:24 +0000 (19:23 +0100)
commit9dfa698b63e25827bb1a55cb851fab423599c9a9
tree25da3c75236b757d3ede31b2716add06ac3b8e89
parent2e7151532336c6155f39035e7bbff60f6ee341cd
Disable threading - turn update thread into async method

Among other things, this makes code flow easier to follow,
cinaest won't hang anymore when started from the SDK GUI,
and hopefully avoids the strange problems I had with issuing
D-Bus calls from a thread.
Makefile.am
src/imdb/imdb-sqlite.vala
src/main.vala
src/movie-list-store.vala
src/plugin-interface.vala
src/plugins/google-parser.vala
src/plugins/google-plugin.vala
src/plugins/imdb-plugin.vala