make background parameter optional (directly runnable)
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / DVDToolbox.py
index 45a8edb607c8280c702e9cfcad2aaed1e49224e2..e762f9ab4023f5583cee1f07e8688eae88d1a2a4 100644 (file)
@@ -69,7 +69,7 @@ class DVDToolbox(Screen):
                job = DVDinfoJob(self)
                job_manager.AddJob(job)
                
-       def infoJobCB(self):
+       def infoJobCB(self, in_background=False):
                capacity = 1
                used = 0
                infotext = ""