Threading: Use util.run_in_background to spawn threads
commitdc06483bbd0f37501b99dc5b5a3576342f14e478
authorThomas Perl <m@thp.io>
Tue, 10 Jul 2012 11:52:34 +0000 (10 13:52 +0200)
committerThomas Perl <m@thp.io>
Tue, 10 Jul 2012 11:52:34 +0000 (10 13:52 +0200)
tree3820b512d3562cfe2290e408b9cf3a41cd755ab4
parentf2f187549da4c165439bb6713a932ca8d3073883
Threading: Use util.run_in_background to spawn threads

This makes it easier to check where threading is used
and will allow us to better handle creation of threads.
12 files changed:
share/gpodder/extensions/ubuntu_unity.py
src/gpodder/config.py
src/gpodder/download.py
src/gpodder/gtkui/desktop/podcastdirectory.py
src/gpodder/gtkui/desktop/preferences.py
src/gpodder/gtkui/desktop/sync.py
src/gpodder/gtkui/main.py
src/gpodder/gtkui/services.py
src/gpodder/my.py
src/gpodder/qmlui/__init__.py
src/gpodder/qmlui/model.py
src/gpodder/util.py