aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-10-27 19:10:42 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-10-27 19:10:42 +0100
commit597d64c2e00be8759286e37fd15823b1c1518845 (patch)
tree7eccc2d6dbeb3dd745aec000c46a73e957b979bc
parentbce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9 (diff)
downloadenigma2-597d64c2e00be8759286e37fd15823b1c1518845.tar.gz
enigma2-597d64c2e00be8759286e37fd15823b1c1518845.zip
disable unicable for release 2.6
-rw-r--r--lib/python/Components/NimManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 70cde47c..5154e2b0 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -939,7 +939,7 @@ def InitNimManager(nimmgr):
lnb_choices = {
"universal_lnb": _("Universal LNB"),
- "unicable": _("Unicable"),
+# "unicable": _("Unicable"),
"c_band": _("C-Band"),
"user_defined": _("User defined")}