X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cfa6562f66863d56a9f767c21a8b84f0c9317f7a..059982cc102de394ac316abc3ee0806673d003d5:/lib/python/Screens/ScanSetup.py 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()