From c9b2cba8e2fc9296b9e02076dc3b34df743bccfb Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 26 Jun 2006 22:12:51 +0000 Subject: [PATCH] fix typo --- 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 5becc898..6a9b0a79 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -657,7 +657,7 @@ class ScanSimple(Screen): if nimcount > 1 and self.ScanNimTwoNeeded(): nim = configElement_nonSave(1, configSelection, 0, (("yes", _("yes")), ("no", _("no")))) self.list.append(getConfigListEntry(_("Scan NIM") + " 1 (" + nimmanager.getNimTypeName(1) + ")", nim)) - if nimtype = nimmanager.getNimType(1) == nimmanager.nimType["DVB-T"]: + if nimmanager.getNimType(1) == nimmanager.nimType["DVB-T"]: have_terrestrial = True if have_terrestrial: -- 2.30.2