aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/Process.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-01-02 10:59:49 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-01-02 10:59:49 +0100
commitcae9cbba3b7789e8d61bb6d6f1902c8d1c569e45 (patch)
tree990006a952756ff7d6c3fc322f2290a5a302d523 /lib/python/Plugins/Extensions/DVDBurn/Process.py
parent4ba60a7e801150afc2e18f1250febe5e49a46d7a (diff)
parent245c0a7eaa086ae89b8c56b0766f94d94a76da79 (diff)
downloadenigma2-cae9cbba3b7789e8d61bb6d6f1902c8d1c569e45.tar.gz
enigma2-cae9cbba3b7789e8d61bb6d6f1902c8d1c569e45.zip
Merge remote branch 'origin/bug_348_dvdburn_residenttask'
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/Process.py')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/Process.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/Process.py b/lib/python/Plugins/Extensions/DVDBurn/Process.py
index 44075d64..642a898d 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/Process.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/Process.py
@@ -264,6 +264,7 @@ class WaitForResidentTasks(Task):
def run(self, callback):
print "waiting for %d resident task(s) %s to finish..." % (len(self.job.resident_tasks),str(self.job.resident_tasks))
+ self.callback = callback
if self.job.resident_tasks == 0:
callback(self, [])