make background parameter optional (directly runnable)
[enigma2.git] / 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)
                
                job = DVDinfoJob(self)
                job_manager.AddJob(job)
                
-       def infoJobCB(self, in_background):
+       def infoJobCB(self, in_background=False):
                capacity = 1
                used = 0
                infotext = ""
                capacity = 1
                used = 0
                infotext = ""