aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TaskView.py
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2010-08-17 20:52:48 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-10-06 23:07:40 +0200
commit60e2dcb19baa37753d189fccabeae9b3a5e037fb (patch)
tree9d8de543ba2c85b75535e23de0c8809434d308b2 /lib/python/Screens/TaskView.py
parent15a99c0b5ac80d52889874af65f9887aabca11b4 (diff)
downloadenigma2-60e2dcb19baa37753d189fccabeae9b3a5e037fb.tar.gz
enigma2-60e2dcb19baa37753d189fccabeae9b3a5e037fb.zip
JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads
Diffstat (limited to 'lib/python/Screens/TaskView.py')
-rw-r--r--lib/python/Screens/TaskView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TaskView.py b/lib/python/Screens/TaskView.py
index 9907e2fb..0b5abcc0 100644
--- a/lib/python/Screens/TaskView.py
+++ b/lib/python/Screens/TaskView.py
@@ -114,7 +114,7 @@ class JobView(InfoBarNotifications, Screen, ConfigListScreen):
if self.settings.afterEvent.getValue() == "nothing":
return
elif self.settings.afterEvent.getValue() == "close":
- self.abort()
+ self.close(False)
from Screens.MessageBox import MessageBox
if self.settings.afterEvent.getValue() == "deepstandby":
if not Screens.Standby.inTryQuitMainloop: