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-30 17:01:33 +0200 |
| commit | 58630f7b0de796e3589d2c1eaeb3e9d531d60d37 (patch) | |
| tree | 1c7934021367df361ec249f8fbad28691b466cfd /lib/python/Components/Task.py | |
| parent | 8161b6b08316bf3e5914bd2cd167dba5523e9de0 (diff) | |
| download | enigma2-58630f7b0de796e3589d2c1eaeb3e9d531d60d37.tar.gz enigma2-58630f7b0de796e3589d2c1eaeb3e9d531d60d37.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() |
