diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-17 13:36:28 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-17 13:36:28 +0000 |
| commit | e98c00b28949418a8f0357b99b3ad23c6b920a3b (patch) | |
| tree | 7e9dd2949eaa987cc978d62d2b4d23e0fa5cdbde /lib/python | |
| parent | 1d03e7fbcfe2924ef9733d35fa160c62f3ea8555 (diff) | |
| download | enigma2-e98c00b28949418a8f0357b99b3ad23c6b920a3b.tar.gz enigma2-e98c00b28949418a8f0357b99b3ad23c6b920a3b.zip | |
make background parameter optional (directly runnable)
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py b/lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py index 24a30392..e762f9ab 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py +++ b/lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py @@ -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 = "" |
