From: Andreas Monzner Date: Mon, 8 Jan 2007 18:49:28 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.6.0~2486 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a12a41fb893ddab3817fa65a275d607e7ec0c479?ds=sidebyside fix typo --- 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