graphmultiepg: also show plugin in extensions menu
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 1 Dec 2008 19:30:34 +0000 (20:30 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 1 Dec 2008 19:30:34 +0000 (20:30 +0100)
lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py

index 21d1bfe..0ebcafc 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) ]