diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-08 23:42:23 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-08 23:42:23 +0000 |
| commit | bae4b8c8df551c8a32ce9611ad1691ccb405791a (patch) | |
| tree | d674c9f50957b337c8dc86cdffc0548207bc2e3c /lib/python/Screens/Satconfig.py | |
| parent | 80f0ae4f5b0e4b8d5b8170512b2f9c5071edfcb2 (diff) | |
| download | enigma2-bae4b8c8df551c8a32ce9611ad1691ccb405791a.tar.gz enigma2-bae4b8c8df551c8a32ce9611ad1691ccb405791a.zip | |
fix -T
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index e95a5b46..a6d84489 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -118,6 +118,7 @@ class NimSetup(Screen, ConfigListScreen): self.have_advanced = False elif self.nim.isCompatible("DVB-T"): self.configMode = getConfigListEntry(_("Configuration Mode"), self.nimConfig.configMode) + self.list.append(self.configMode) self.have_advanced = False if self.nimConfig.configMode.value == "enabled": self.list.append(getConfigListEntry(_("Terrestrial provider"), self.nimConfig.terrestrial)) |
