aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-11-05 09:00:27 +0100
committerAndreas Oberritter <obi@saftware.de>2008-11-06 01:52:05 +0100
commita1404d58d60d5dc369e89cb98f239a83d447a986 (patch)
tree1e846222ed77899301be6cf8bf1eafcb63b8282c /lib/python/Components
parent73e179bb7dfd67800dce39a383a269b2d871d180 (diff)
downloadenigma2-a1404d58d60d5dc369e89cb98f239a83d447a986.tar.gz
enigma2-a1404d58d60d5dc369e89cb98f239a83d447a986.zip
don't crash when background jobs fail and user presses red key
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Task.py1
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