aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-28 01:45:14 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-28 01:45:14 +0000
commitca4309210fb3d5d3f7e2bd4a7a59c3fb86919977 (patch)
treec505117028529ef59d6cd8ce9b1da41d4f91664e /lib/python
parent13e0981f5ff72d2708c21f8dd42461306268e66e (diff)
downloadenigma2-ca4309210fb3d5d3f7e2bd4a7a59c3fb86919977.tar.gz
enigma2-ca4309210fb3d5d3f7e2bd4a7a59c3fb86919977.zip
store configmode in advanced sat mode
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Satconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index be32763a..b8f0d902 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -142,6 +142,8 @@ class NimSetup(Screen):
def fillAdvancedList(self):
self.list = [ ]
+ self.configMode = getConfigListEntry(_("Configuration Mode"), self.nimConfig.configMode)
+ self.list.append(self.configMode)
self.advancedSatsEntry = getConfigListEntry(_("Satellite"), self.nimConfig.advanced.sats)
self.list.append(self.advancedSatsEntry)
for x in nimmanager.satList: