X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FHDMICEC%2Fplugin.py;h=c830fe675e796842c2207f2758643ca450811aa6;hp=d4a957a64955de77378b2ed95568487f1ad27990;hb=6882d318e7b391a6eb16d37d5ff8172c68d7631e;hpb=c14566d43a80034aa5001c1a1c1001ae9e6191b5;ds=sidebyside diff --git a/lib/python/Plugins/SystemPlugins/HDMICEC/plugin.py b/lib/python/Plugins/SystemPlugins/HDMICEC/plugin.py index d4a957a..c830fe6 100755 --- a/lib/python/Plugins/SystemPlugins/HDMICEC/plugin.py +++ b/lib/python/Plugins/SystemPlugins/HDMICEC/plugin.py @@ -311,7 +311,7 @@ def autostart(reason, **kwargs): eHdmiCEC.getInstance().messageReceivedKey.get().append(messageReceivedKey) def Plugins(**kwargs): - return [PluginDescriptor(name=_("HDMI-CEC"), description="HDMI-CEC Configuration", where = PluginDescriptor.WHERE_PLUGINMENU, icon="hdmicec.png", needsRestart = True, fnc=openconfig), + return [PluginDescriptor(name=_("HDMI-CEC"), description="HDMI-CEC Configuration", where = PluginDescriptor.WHERE_PLUGINMENU, needsRestart = True, fnc=openconfig), PluginDescriptor(where = [PluginDescriptor.WHERE_SESSIONSTART, PluginDescriptor.WHERE_AUTOSTART], fnc = autostart)] def messageReceived(address, message):