From 94f8049fca5c1522aef72334ab4f4697600618c0 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 13 Mar 2006 23:22:55 +0000 Subject: dont ask for scanning second nim in automatic scan, when it is not meaningful --- lib/python/Components/NimManager.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/python/Components') 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"]): -- cgit v1.2.3