From 17815854118aa7187570e0e4492064f43a1b94b7 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 18 Dec 2008 17:50:23 +0100 Subject: [PATCH] remove possibility to scan with "loopthrough" and "2nd cable from rotor" configured tuners --- lib/python/Screens/ScanSetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 464c701a..f32904a1 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -524,7 +524,7 @@ class ScanSetup(ConfigListScreen, Screen, CableTransponderSearchSupport): nim_list = [] # collect all nims which are *not* set to "nothing" for n in nimmanager.nim_slots: - if n.config_mode != "nothing": + if not n.config_mode in ("loopthrough", "satposdepends", "nothing"): nim_list.append((str(n.slot), n.friendly_full_description)) self.scan_nims = ConfigSelection(choices = nim_list) -- 2.30.2