aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-05-18 15:03:32 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-05-18 15:03:32 +0000
commit859a369242ebb450161421469c9593e1973ca761 (patch)
tree7fe21ffe8108b08755b1b73389ff2f9fc68283ac /lib/python
parente5d5efded2cdbc62105ed3742ac3396602e1d564 (diff)
downloadenigma2-859a369242ebb450161421469c9593e1973ca761.tar.gz
enigma2-859a369242ebb450161421469c9593e1973ca761.zip
set configMode = nothing for empty slots
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/NimManager.py1
1 files changed, 1 insertions, 0 deletions
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