mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- pluginlist: add default timeout to plugin-output ...
to avoid a blocked system. Without timeout all upcoming timers will be ignored, if user doesn't confirm the plugin-output.
This commit is contained in:
@@ -77,7 +77,7 @@ int CPluginList::run()
|
|||||||
g_PluginList->startPlugin(number);
|
g_PluginList->startPlugin(number);
|
||||||
if (!g_PluginList->getScriptOutput().empty()) {
|
if (!g_PluginList->getScriptOutput().empty()) {
|
||||||
hide();
|
hide();
|
||||||
ShowMsg(LOCALE_PLUGINS_RESULT, g_PluginList->getScriptOutput(), CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_SHELL);
|
ShowMsg(LOCALE_PLUGINS_RESULT, g_PluginList->getScriptOutput(), CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_SHELL, 320, g_settings.timing[SNeutrinoSettings::TIMING_STATIC_MESSAGES]);
|
||||||
}
|
}
|
||||||
return menu_return::RETURN_REPAINT;
|
return menu_return::RETURN_REPAINT;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user