From: Ronny Strutz Date: Mon, 14 Nov 2005 01:17:20 +0000 (+0000) Subject: fake autoscan X-Git-Tag: 2.6.0~5249 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/8238cb2418d9ecb397c43ae9b2da0d0eeaf8db2c fake autoscan --- 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()