From: Andreas Monzner Date: Mon, 8 Jan 2007 11:56:57 +0000 (+0000) Subject: small fix X-Git-Tag: 2.6.0~2491 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a5caed0a5ec4ef1f77744f5ceca8f1d19aee6357?ds=sidebyside small fix --- diff --git a/lib/python/Screens/ParentalControlSetup.py b/lib/python/Screens/ParentalControlSetup.py index cde1f7c2..38c937fa 100644 --- a/lib/python/Screens/ParentalControlSetup.py +++ b/lib/python/Screens/ParentalControlSetup.py @@ -51,7 +51,7 @@ class ParentalControlSetup(Screen, ConfigListScreen, ProtectedScreen): }, -2) def isProtected(self): - return config.ParentalControl.setuppinactive.value + return config.ParentalControl.setuppinactive.value and config.ParentalControl.configured.value def createSetup(self): self.editListEntry = None