PluginSystem: implement new PluginDescriptor option "needsRestart" to define if a...
authoracid-burn <acid-burn@opendreambox.org>
Mon, 7 Feb 2011 13:15:40 +0000 (14:15 +0100)
committeracid-burn <acid-burn@opendreambox.org>
Mon, 7 Feb 2011 13:15:40 +0000 (14:15 +0100)
commit367c104e1d3716861c87905575d0bc729342d79c
tree393b52b254228c6a89e858f646e6c7daaa38b389
parent33e4aeedec7bde0b0f853396f7b308412bd85496
PluginSystem: implement new PluginDescriptor option "needsRestart" to define if a plugin needs an enigma2 restart after installation.
Now new installed plugins are only direct accessible after installation if needsRestart=False is defined inside the plugins PluginDescriptor.
fixes #670
lib/python/Components/PluginComponent.py
lib/python/Plugins/Plugin.py