diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-01 01:47:26 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-01 01:53:32 +0100 |
| commit | 31037f2bac27fb9a592d63a09e1e9ef2792f8e7e (patch) | |
| tree | 09f6dd8980e3fd5555d1d04bf52df7988cc6e0f8 /lib/python/Screens | |
| parent | eca33f89346b4ad0e7bbaef7438e8a87daa963a9 (diff) | |
| download | enigma2-31037f2bac27fb9a592d63a09e1e9ef2792f8e7e.tar.gz enigma2-31037f2bac27fb9a592d63a09e1e9ef2792f8e7e.zip | |
fixes bug #381
some small fixes for the parental control functions
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/ParentalControlSetup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/ParentalControlSetup.py b/lib/python/Screens/ParentalControlSetup.py index 2bf4841e..eae12da4 100644 --- a/lib/python/Screens/ParentalControlSetup.py +++ b/lib/python/Screens/ParentalControlSetup.py @@ -72,6 +72,8 @@ class ParentalControlSetup(Screen, ConfigListScreen, ProtectedScreen): self.list = [] self.list.append(getConfigListEntry(_("Enable parental control"), config.ParentalControl.configured)) print "config.ParentalControl.configured.value", config.ParentalControl.configured.value + self.editBouquetListEntry = -1 + self.reloadLists = -1 if config.ParentalControl.configured.value: #self.list.append(getConfigListEntry(_("Configuration mode"), config.ParentalControl.mode)) self.list.append(getConfigListEntry(_("Protect setup"), config.ParentalControl.setuppinactive)) |
