diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-04 22:44:46 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-04 22:44:46 +0000 |
| commit | 767f09427a5dbfa924bcf487c09491ed34a4a7ce (patch) | |
| tree | b473d2dbf04b48c2b5839d29deb23f298d90a35e /lib/python/Screens/Satconfig.py | |
| parent | dc0f4d077f33b3c967dc2007b7d1abcf46f7830b (diff) | |
| download | enigma2-767f09427a5dbfa924bcf487c09491ed34a4a7ce.tar.gz enigma2-767f09427a5dbfa924bcf487c09491ed34a4a7ce.zip | |
comment out not yet implemented 12V Switch option
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 226c3a82..7b0c9bc9 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -135,7 +135,7 @@ class NimSetup(Screen, ConfigListScreen): self.list.append(getConfigListEntry(_("LOF/L"), currLnb.lofl)) self.list.append(getConfigListEntry(_("LOF/H"), currLnb.lofh)) self.list.append(getConfigListEntry(_("Threshold"), currLnb.threshold)) - self.list.append(getConfigListEntry(_("12V Output"), currLnb.output_12v)) +# self.list.append(getConfigListEntry(_("12V Output"), currLnb.output_12v)) self.list.append(getConfigListEntry(_("Increased voltage"), currLnb.increased_voltage)) def fillAdvancedList(self): |
