mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
CPluginsExec::exec(): show possible script output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7f2c69aa82
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Origin message was:
------------------
- CPluginsExec::exec(): show possible script output
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -387,6 +387,9 @@ int CPluginsExec::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
g_PluginList->startPlugin(sel);
|
||||
}
|
||||
|
||||
if (!g_PluginList->getScriptOutput().empty())
|
||||
ShowMsg(LOCALE_PLUGINS_RESULT, g_PluginList->getScriptOutput(), CMessageBox::mbrBack, CMessageBox::mbBack, NEUTRINO_ICON_SHELL);
|
||||
|
||||
if (g_PluginList->getIntegration(sel) == CPlugins::I_TYPE_DISABLED)
|
||||
return menu_return::RETURN_EXIT;
|
||||
|
||||
|
Reference in New Issue
Block a user