diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-05 09:00:27 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-06 01:47:05 +0100 |
| commit | bae21e629bb99a0be7194d22eb4b7c25ea1646a9 (patch) | |
| tree | b72d62a39a93c0cb6b5fc1f8978cbdbd728ed735 /lib/python/Components/Task.py | |
| parent | 2977b2dfa5d96055c5abc10ec31adb4dbf8f9e2a (diff) | |
| download | enigma2-bae21e629bb99a0be7194d22eb4b7c25ea1646a9.tar.gz enigma2-bae21e629bb99a0be7194d22eb4b7c25ea1646a9.zip | |
don't crash when background jobs fail and user presses red key
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 f249f711..b276438f 100644 --- a/lib/python/Components/Task.py +++ b/lib/python/Components/Task.py @@ -265,6 +265,7 @@ class JobManager: from Tools import Notifications if self.in_background: from Screens.TaskView import JobView + self.in_background = False Notifications.AddNotification(JobView, self.active_job) if problems: from Screens.MessageBox import MessageBox |
