aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
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 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)