mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
plugins: cleanup
* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
Origin commit data
------------------
Commit: 4b5242c254
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-02 (Sun, 02 Mar 2014)
Origin message was:
------------------
- plugins: cleanup
* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
This commit is contained in:
@@ -366,7 +366,7 @@ void CPluginList::paintItems()
|
||||
CPluginList::result_ CPluginList::pluginSelected()
|
||||
{
|
||||
hide();
|
||||
g_PluginList->startPlugin(pluginlist[selected]->number,0);
|
||||
g_PluginList->startPlugin(pluginlist[selected]->number);
|
||||
if (!g_PluginList->getScriptOutput().empty())
|
||||
{
|
||||
ShowMsg(LOCALE_PLUGINS_RESULT, g_PluginList->getScriptOutput(), CMessageBox::mbrBack,CMessageBox::mbBack,NEUTRINO_ICON_SHELL);
|
||||
|
Reference in New Issue
Block a user