mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
add plugins to info menu
Origin commit data
------------------
Commit: e6cbd53dd2
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-09-28 (Sun, 28 Sep 2014)
Origin message was:
------------------
- add plugins to info menu
This commit is contained in:
@@ -103,6 +103,11 @@ int CInfoMenu::showMenu()
|
||||
mf->setHint(NEUTRINO_ICON_HINT_CI, LOCALE_MENU_HINT_CI);
|
||||
info->addItem(mf);
|
||||
}
|
||||
|
||||
//add I_TYPE_INFORMATION plugins
|
||||
CPluginsExec pluginsExec;
|
||||
info->integratePlugins(&pluginsExec, CPlugins::I_TYPE_INFORMATION);
|
||||
|
||||
int res = info->exec(NULL, "");
|
||||
delete info;
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user