aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ScanSetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py
index b32f4004..6bad9a5c 100644
--- a/lib/python/Screens/ScanSetup.py
+++ b/lib/python/Screens/ScanSetup.py
@@ -196,6 +196,8 @@ class ScanSimple(Screen):
for x in self.list:
if x[1].parent.value == 0:
print " " + str(x[1].parent.configPath)
+
+ self.session.openWithCallback(self.keyCancel, ServiceScan)
def keyCancel(self):
self.close()