From: Andreas Monzner Date: Sun, 7 Jan 2007 16:29:50 +0000 (+0000) Subject: small fix X-Git-Tag: 2.6.0~2494 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6bf2f1a4c1980a402631713a53268fa2da8d916a?ds=sidebyside small fix --- diff --git a/lib/python/Components/ParentalControl.py b/lib/python/Components/ParentalControl.py index b9c31c4b..4bf18067 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: + if not config.ParentalControl.configured.value or not config.ParentalControl.setuppinactive.value: return True #print "whitelist:", self.whitelist #print "blacklist:", self.blacklist