aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/Process.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-01-05 14:42:23 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-01-05 14:42:23 +0100
commitc92c4778f26f253b4a2869ffaf4c89cbf090e66d (patch)
tree88e95e0438ac9ee4758857111dcd2e16c55946fe /lib/python/Plugins/Extensions/DVDBurn/Process.py
parenta415c30723058b3da1c7cbc1adf7c2205508915b (diff)
parentaa64f107516da5aaff79d6d096f8014f65ea3283 (diff)
downloadenigma2-c92c4778f26f253b4a2869ffaf4c89cbf090e66d.tar.gz
enigma2-c92c4778f26f253b4a2869ffaf4c89cbf090e66d.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
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, [])