fix return value parameter list of infoJobCB
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 17 Oct 2008 13:27:23 +0000 (13:27 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 17 Oct 2008 13:27:23 +0000 (13:27 +0000)
lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py

index 45a8edb..24a3039 100644 (file)
@@ -69,7 +69,7 @@ class DVDToolbox(Screen):
                job = DVDinfoJob(self)
                job_manager.AddJob(job)
                
-       def infoJobCB(self):
+       def infoJobCB(self, in_background):
                capacity = 1
                used = 0
                infotext = ""