diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-13 11:30:52 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-13 11:30:52 +0000 |
| commit | 10222309ef422bc121db5fa25edeac16dccd12f2 (patch) | |
| tree | 00a76bd1d89abefe075d702e14b6ea3529e4a458 /lib/python/Screens/ParentalControlSetup.py | |
| parent | af55c6eade1569161bcb04cdbec7586dbedbcd14 (diff) | |
| download | enigma2-10222309ef422bc121db5fa25edeac16dccd12f2.tar.gz enigma2-10222309ef422bc121db5fa25edeac16dccd12f2.zip | |
remove currently unimplemented feature from parental control menu (remembering pin... coming soon)
fix bluescreen when removing a service from parental control protection in the channel selection screen context menu
Diffstat (limited to 'lib/python/Screens/ParentalControlSetup.py')
| -rw-r--r-- | lib/python/Screens/ParentalControlSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ParentalControlSetup.py b/lib/python/Screens/ParentalControlSetup.py index d4911953..db1a0be3 100644 --- a/lib/python/Screens/ParentalControlSetup.py +++ b/lib/python/Screens/ParentalControlSetup.py @@ -78,7 +78,7 @@ class ParentalControlSetup(Screen, ConfigListScreen, ProtectedScreen): elif config.ParentalControl.mode.value == "simple": self.changePin = getConfigListEntry(_("Change service pin"), NoSave(ConfigNothing())) self.list.append(self.changePin) - self.list.append(getConfigListEntry(_("Remember service pin"), config.ParentalControl.storeservicepin)) + #self.list.append(getConfigListEntry(_("Remember service pin"), config.ParentalControl.storeservicepin)) self.editListEntry = getConfigListEntry(_("Edit services list"), NoSave(ConfigNothing())) self.list.append(self.editListEntry) |
