git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c796af
)
fix typo
author
Andreas Monzner
<
[email protected]
>
Mon, 26 Jun 2006 22:12:51 +0000
(22:12 +0000)
committer
Andreas Monzner
<
[email protected]
>
Mon, 26 Jun 2006 22:12:51 +0000
(22:12 +0000)
lib/python/Screens/ScanSetup.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/ScanSetup.py
b/lib/python/Screens/ScanSetup.py
index 5becc898e5d0744888e36e534c5ae5abf3d01c49..6a9b0a799881e437802386c9234aa93378536532 100644
(file)
--- 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 nim
type = nim
manager.getNimType(1) == nimmanager.nimType["DVB-T"]:
+ if nimmanager.getNimType(1) == nimmanager.nimType["DVB-T"]:
have_terrestrial = True
if have_terrestrial: