aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/Process.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-01-02 11:00:13 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-01-02 11:00:13 +0100
commit2fa166a61a60aed8248b74a838a2d077720156e9 (patch)
tree832c5114edf834a2643d42d8aee21d0e14ba6460 /lib/python/Plugins/Extensions/DVDBurn/Process.py
parent541bb75365f3594dccea757a8183df6ac0e8e5e8 (diff)
parent245c0a7eaa086ae89b8c56b0766f94d94a76da79 (diff)
downloadenigma2-2fa166a61a60aed8248b74a838a2d077720156e9.tar.gz
enigma2-2fa166a61a60aed8248b74a838a2d077720156e9.zip
Merge remote branch 'origin/bug_348_dvdburn_residenttask' into experimental
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, [])