fix typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 8 Jan 2007 18:49:28 +0000 (18:49 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 8 Jan 2007 18:49:28 +0000 (18:49 +0000)
lib/python/Components/ParentalControl.py

index 4bf18067750170a066e6d3af071a211da2299780..057537e1ff318cc1453771a1ef6ec4aae9b38671 100644 (file)
@@ -63,7 +63,7 @@ class ParentalControl:
                        self.serviceLevel.remove(service)
                                
        def isServicePlayable(self, service, callback):
                        self.serviceLevel.remove(service)
                                
        def isServicePlayable(self, service, callback):
-               if not config.ParentalControl.configured.value or not config.ParentalControl.setuppinactive.value:
+               if not config.ParentalControl.configured.value or not config.ParentalControl.servicepinactive.value:
                        return True
                #print "whitelist:", self.whitelist
                #print "blacklist:", self.blacklist
                        return True
                #print "whitelist:", self.whitelist
                #print "blacklist:", self.blacklist