mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-08 22:28:34 +02:00
- 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);
|
mf->setHint(NEUTRINO_ICON_HINT_CI, LOCALE_MENU_HINT_CI);
|
||||||
info->addItem(mf);
|
info->addItem(mf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//add I_TYPE_INFORMATION plugins
|
||||||
|
CPluginsExec pluginsExec;
|
||||||
|
info->integratePlugins(&pluginsExec, CPlugins::I_TYPE_INFORMATION);
|
||||||
|
|
||||||
int res = info->exec(NULL, "");
|
int res = info->exec(NULL, "");
|
||||||
delete info;
|
delete info;
|
||||||
return res;
|
return res;
|
||||||
|
Reference in New Issue
Block a user