aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-13 23:22:55 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-13 23:22:55 +0000
commit94f8049fca5c1522aef72334ab4f4697600618c0 (patch)
tree2d74302fba4c111bcfecc91cc7a8b9b167912ba2 /lib/python/Components/NimManager.py
parent707680758061af81a33f094241c1f74a6c932a8e (diff)
downloadenigma2-94f8049fca5c1522aef72334ab4f4697600618c0.tar.gz
enigma2-94f8049fca5c1522aef72334ab4f4697600618c0.zip
dont ask for scanning second nim in automatic scan, when it is not meaningful
Diffstat (limited to 'lib/python/Components/NimManager.py')
-rw-r--r--lib/python/Components/NimManager.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index ac73c00e..8769aae9 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -557,7 +557,10 @@ class NimManager:
nimText += ("DVB-S", "DVB-C", "DVB-T")[slot.nimType] + ")"
list.append((nimText, slot))
return list
-
+
+ def getNimConfigMode(self, slotid):
+ return currentConfigSelectionElement(config.Nims[slotid].configMode)
+
def getSatListForNim(self, slotid):
list = []
if (self.getNimType(slotid) == self.nimType["DVB-S"]):