aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-05-01 12:27:18 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-05-01 12:27:18 +0000
commit7340bd9d53c3d65e67aefee0a3a2d94d9ff6ec62 (patch)
tree23d2f01290f9f7f00e6bece36754246c7fabcfc3 /lib/python/Screens
parentcd2b1ae219b4463fae3dabbe609dd6cd6b95372e (diff)
downloadenigma2-7340bd9d53c3d65e67aefee0a3a2d94d9ff6ec62.tar.gz
enigma2-7340bd9d53c3d65e67aefee0a3a2d94d9ff6ec62.zip
fix when only one frontend available
Diffstat (limited to 'lib/python/Screens')
-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 c665cfda..11091f1a 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -71,6 +71,8 @@ class NimSetup(Screen):
elif self.nim_type == nimmanager.nimType["DVB-T"]:
self.have_advanced = False
self.list.append(getConfigListEntry(_("Terrestrial provider"), self.nimConfig.terrestrial))
+ else:
+ self.have_advanced = False
self["config"].list = self.list
self["config"].l.setList(self.list)