diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-29 13:16:59 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-29 13:16:59 +0100 |
| commit | a913fcf03e60167b0cb05a47bbfb98d623337682 (patch) | |
| tree | 25baa1864861cf5ed1d1d5806bffb58d1a959970 /lib/python/Screens | |
| parent | 3bc4feea6206761d48e7ead73dfd32721bf8e259 (diff) | |
| parent | 470606978cf70d051eb422acdc5ea093ed395303 (diff) | |
| download | enigma2-a913fcf03e60167b0cb05a47bbfb98d623337682.tar.gz enigma2-a913fcf03e60167b0cb05a47bbfb98d623337682.zip | |
Merge branch 'bug_167_bsbe2_tone_amplitude'
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 93fdcd35..d5249b99 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -146,6 +146,8 @@ class NimSetup(Screen, ConfigListScreen): currSat = self.nimConfig.advanced.sat[cur_orb_pos] self.fillListWithAdvancedSatEntrys(currSat) self.have_advanced = True + if self.nim.description == "Alps BSBE2" and config.usage.setup_level.index >= 2: # expert + self.list.append(getConfigListEntry(_("Tone Amplitude"), self.nimConfig.toneAmplitude)) elif self.nim.isCompatible("DVB-C"): self.configMode = getConfigListEntry(_("Configuration Mode"), self.nimConfig.configMode) self.list.append(self.configMode) |
