set configMode = nothing for empty slots
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 18 May 2007 15:03:32 +0000 (15:03 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 18 May 2007 15:03:32 +0000 (15:03 +0000)
lib/python/Components/NimManager.py

index d54ebb3766efb155785239c607a6d0f3efe3ec9f..038277c53ec86853ca8865436d2b647706527f05 100644 (file)
@@ -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