mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
CPluginsExec::exec(): don't leave current menu when exiting integrated plugins
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf53191122
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-10-01 (Wed, 01 Oct 2014)
Origin message was:
------------------
- CPluginsExec::exec(): don't leave current menu when exiting integrated plugins
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -374,7 +374,10 @@ int CPluginsExec::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
g_PluginList->startPlugin(sel);
|
||||
}
|
||||
|
||||
return menu_return::RETURN_EXIT;
|
||||
if (g_PluginList->getIntegration(sel) == CPlugins::I_TYPE_DISABLED)
|
||||
return menu_return::RETURN_EXIT;
|
||||
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
||||
int CMoviePluginChangeExec::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
|
Reference in New Issue
Block a user