make background parameter optional (directly runnable)
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 17 Oct 2008 13:36:28 +0000 (13:36 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 17 Oct 2008 13:36:28 +0000 (13:36 +0000)
lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py

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