drop autotimer from extensionmenu
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Tue, 10 Feb 2009 12:30:39 +0000 (12:30 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Tue, 10 Feb 2009 12:30:39 +0000 (12:30 +0000)
autotimer/src/plugin.py

index bfd2c61..13350f1 100644 (file)
@@ -143,7 +143,6 @@ def Plugins(**kwargs):
        return [
                PluginDescriptor(where = PluginDescriptor.WHERE_AUTOSTART, fnc = autostart),
                PluginDescriptor(name="AutoTimer", description = _("Edit Timers and scan for new Events"), where = PluginDescriptor.WHERE_PLUGINMENU, icon = "plugin.png", fnc = main),
-               PluginDescriptor(name="AutoTimer", description = _("Edit Timers and scan for new Events"), where = PluginDescriptor.WHERE_EXTENSIONSMENU, fnc = main),
                PluginDescriptor(name="AutoTimer", description= _("Add AutoTimer..."), where = PluginDescriptor.WHERE_MOVIELIST, fnc = movielist),
                PluginDescriptor(name="AutoTimer", description= _("Add AutoTimer..."), where = PluginDescriptor.WHERE_EVENTINFO, fnc = eventinfo),
        ]