aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-08 18:49:28 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-08 18:49:28 +0000
commita12a41fb893ddab3817fa65a275d607e7ec0c479 (patch)
tree066202bd983e0472c9917ebb10a096080cf0a880 /lib/python/Components
parent8faf3dbfd64d7a8f6943c171b0318470fdb5d7f7 (diff)
downloadenigma2-a12a41fb893ddab3817fa65a275d607e7ec0c479.tar.gz
enigma2-a12a41fb893ddab3817fa65a275d607e7ec0c479.zip
fix typo
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/ParentalControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ParentalControl.py b/lib/python/Components/ParentalControl.py
index 4bf18067..057537e1 100644
--- a/lib/python/Components/ParentalControl.py
+++ b/lib/python/Components/ParentalControl.py
@@ -63,7 +63,7 @@ class ParentalControl:
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