fake autoscan
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Mon, 14 Nov 2005 01:17:20 +0000 (01:17 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Mon, 14 Nov 2005 01:17:20 +0000 (01:17 +0000)
lib/python/Screens/ScanSetup.py

index b32f400493710d5fcc556efdc25e21d22101404f..6bad9a5c0fde9f797f6119bea54500937064cb33 100644 (file)
@@ -196,6 +196,8 @@ class ScanSimple(Screen):
                for x in self.list:
                        if x[1].parent.value == 0:
                                print "   " + str(x[1].parent.configPath)
                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()
                
        def keyCancel(self):
                self.close()