git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing import
[enigma2.git]
/
lib
/
python
/
Screens
/
ScanSetup.py
diff --git
a/lib/python/Screens/ScanSetup.py
b/lib/python/Screens/ScanSetup.py
index b32f400493710d5fcc556efdc25e21d22101404f..6bad9a5c0fde9f797f6119bea54500937064cb33 100644
(file)
--- 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()