diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2010-03-30 16:58:54 +0200 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2010-03-31 15:40:35 +0200 |
| commit | 08068420717613d1f0437ca51fb5a00039170ecc (patch) | |
| tree | 48675b9b929872ad7790539f4b661272554b9445 /lib/python/Components/Task.py | |
| parent | bbaad068cc8f56b782e0fbc5b5e41758d9e778db (diff) | |
| download | enigma2-08068420717613d1f0437ca51fb5a00039170ecc.tar.gz enigma2-08068420717613d1f0437ca51fb5a00039170ecc.zip | |
save supposed afterEvent config in class Job member (fixes #394 DVDBurn shutdown not being executed)
Diffstat (limited to 'lib/python/Components/Task.py')
| -rw-r--r-- | lib/python/Components/Task.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/Task.py b/lib/python/Components/Task.py index a1e04bce..2e4e757d 100644 --- a/lib/python/Components/Task.py +++ b/lib/python/Components/Task.py @@ -16,6 +16,7 @@ class Job(object): self.end = 100 self.__progress = 0 self.weightScale = 1 + self.afterEvent = None self.state_changed = CList() |
