fix typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 26 Jun 2006 22:12:51 +0000 (22:12 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 26 Jun 2006 22:12:51 +0000 (22:12 +0000)
lib/python/Screens/ScanSetup.py

index 5becc898e5d0744888e36e534c5ae5abf3d01c49..6a9b0a799881e437802386c9234aa93378536532 100644 (file)
@@ -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: