mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
plugins: don't add hidden plugins to usermenu; ...
... use CPuginsExec::exec() to execute and drop CUserMenu::exec()
Origin commit data
------------------
Branch: ni/coolstream
Commit: c0b130c490
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Origin message was:
------------------
- plugins: don't add hidden plugins to usermenu; ...
... use CPuginsExec::exec() to execute and drop CUserMenu::exec()
------------------
This commit was generated by Migit
This commit is contained in:
@@ -369,6 +369,9 @@ int CNVODChangeExec::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
|
||||
int CPluginsExec::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
{
|
||||
if (actionKey.empty())
|
||||
return menu_return::RETURN_NONE;
|
||||
|
||||
//printf("CPluginsExec exec: %s\n", actionKey.c_str());
|
||||
int sel= atoi(actionKey.c_str());
|
||||
|
||||
|
Reference in New Issue
Block a user