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~638 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/bae21e629bb99a0be7194d22eb4b7c25ea1646a9 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