From: Fraxinas Date: Wed, 5 Nov 2008 08:00:27 +0000 (+0100) Subject: don't crash when background jobs fail and user presses red key X-Git-Tag: 2.6.0~350^2~34 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a1404d58d60d5dc369e89cb98f239a83d447a986 don't crash when background jobs fail and user presses red key --- 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