git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e179b
)
don't crash when background jobs fail and user presses red key
author
Fraxinas
<
[email protected]
>
Wed, 5 Nov 2008 08:00:27 +0000
(09:00 +0100)
committer
Andreas Oberritter
<
[email protected]
>
Thu, 6 Nov 2008 00:52:05 +0000
(
01:52
+0100)
lib/python/Components/Task.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/Task.py
b/lib/python/Components/Task.py
index f249f71135d9acc0a94d1ce14f8497b74018d164..b276438f4c7954592ac1b6e29094be3eb1fa67f7 100644
(file)
--- 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