From 655e73ee9f55d730071bed6278c9cb83af80d1f7 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 25 Jul 2007 08:13:20 +0000 Subject: [PATCH] fix typo --- lib/python/Plugins/SystemPlugins/Satfinder/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [] -- 2.30.2