fix typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 25 Jul 2007 08:13:20 +0000 (08:13 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 25 Jul 2007 08:13:20 +0000 (08:13 +0000)
lib/python/Plugins/SystemPlugins/Satfinder/plugin.py

index 3cf48fb..73ecd0f 100644 (file)
@@ -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 []