From 6bf2f1a4c1980a402631713a53268fa2da8d916a Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 7 Jan 2007 16:29:50 +0000 Subject: [PATCH] small fix --- lib/python/Components/ParentalControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2