graphmultiepg: also show plugin in extensions menu
authorghost <[email protected]>
Mon, 1 Dec 2008 19:30:34 +0000 (20:30 +0100)
committerghost <[email protected]>
Mon, 1 Dec 2008 19:30:34 +0000 (20:30 +0100)
lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py

index 21d1bfe8bf72585e3c6549603a7c5a7e075fb488..0ebcafca07b08108a7d79f18df06ed2a0a915949 100644 (file)
@@ -93,4 +93,5 @@ def main(session, servicelist, **kwargs):
 def Plugins(**kwargs):
        name = _("Graphical Multi EPG")
        descr = _("A graphical EPG for all services of an specific bouquet")
-       return [ PluginDescriptor(name=name, description=descr, where = PluginDescriptor.WHERE_EVENTINFO, fnc=main) ]
+       return [ PluginDescriptor(name=name, description=descr, where = PluginDescriptor.WHERE_EVENTINFO, fnc=main),
+         PluginDescriptor(name=name, description=descr, where = PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main) ]