From 859a369242ebb450161421469c9593e1973ca761 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 18 May 2007 15:03:32 +0000 Subject: [PATCH] set configMode = nothing for empty slots --- lib/python/Components/NimManager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index d54ebb37..038277c5 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -883,6 +883,7 @@ def InitNimManager(nimmgr): nim.terrestrial = ConfigSelection(choices = list) nim.terrestrial_5V = ConfigOnOff() else: + nim.configMode = ConfigSelection(choices = { "nothing": _("disabled") }, default="nothing"); print "pls add support for this frontend type!" # assert False -- 2.30.2