diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-10-07 10:35:19 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-10-07 10:35:19 +0000 |
| commit | 567cf170322df2e897871787255c50bd522e6313 (patch) | |
| tree | 4d14fddb2396f4ed15e60b3d3af588fe3292deed /lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py | |
| parent | cbfffe567b8f10fcadea7619f80d954ad879cff9 (diff) | |
| download | enigma2-567cf170322df2e897871787255c50bd522e6313.tar.gz enigma2-567cf170322df2e897871787255c50bd522e6313.zip | |
Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this (patch by Moritz Venn, 004_enigma2_plugin_rename_where_setup_to_where_menu.patch)
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py index 25cad5c4..048722cf 100644 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py @@ -575,6 +575,6 @@ def PositionerSetupStart(menuid, **kwargs): def Plugins(**kwargs): if (nimmanager.hasNimType("DVB-S")): - return PluginDescriptor(name=_("Positioner setup"), description="Setup your positioner", where = PluginDescriptor.WHERE_SETUP, fnc=PositionerSetupStart) + return PluginDescriptor(name=_("Positioner setup"), description="Setup your positioner", where = PluginDescriptor.WHERE_MENU, fnc=PositionerSetupStart) else: return [] |
