mosad
BH Lover
Hey Guys
The new icons all plugins
Only change the same name icon in file plugin.py
EX
def Plugins(**kwargs):
l = []
l.append(PluginDescriptor(where=PluginDescriptor.WHERE_SESSIONSTART, fnc=session_start_main))
l.append(PluginDescriptor(name=_("XBMC Launcher"), description=_("start xbmc mediacenter"), icon="xbmc.png", where=PluginDescriptor.WHERE_PLUGINMENU, fnc=plugin_start_xbmc))
return l

The new icons all plugins
Only change the same name icon in file plugin.py
EX
def Plugins(**kwargs):
l = []
l.append(PluginDescriptor(where=PluginDescriptor.WHERE_SESSIONSTART, fnc=session_start_main))
l.append(PluginDescriptor(name=_("XBMC Launcher"), description=_("start xbmc mediacenter"), icon="xbmc.png", where=PluginDescriptor.WHERE_PLUGINMENU, fnc=plugin_start_xbmc))
return l
