aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-25 08:13:20 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-25 08:13:20 +0000
commit655e73ee9f55d730071bed6278c9cb83af80d1f7 (patch)
tree28d2f3bf9e5f2265d9e40a73e036b6c9a874ddf8 /lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
parent3599539f102d1c20c9c967249a06bbfcf6e7db2d (diff)
downloadenigma2-655e73ee9f55d730071bed6278c9cb83af80d1f7.tar.gz
enigma2-655e73ee9f55d730071bed6278c9cb83af80d1f7.zip
fix typo
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Satfinder/plugin.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/Satfinder/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
index 3cf48fb8..73ecd0fa 100644
--- a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
@@ -284,7 +284,7 @@ def SatfinderStart(menuid):
return []
def Plugins(**kwargs):
- if (nimmanager.hasNimType("DVB-T")):
+ if (nimmanager.hasNimType("DVB-S")):
return PluginDescriptor(name=_("Satfinder"), description="Helps setting up your dish", where = PluginDescriptor.WHERE_SETUP, fnc=SatfinderStart)
else:
return []