mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
- user-menu: enable SNeutrinoSettings::ITEM_EPG_INFO in movieplayer-mode too
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -234,7 +234,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
|||||||
case SNeutrinoSettings::ITEM_EPG_INFO:
|
case SNeutrinoSettings::ITEM_EPG_INFO:
|
||||||
{
|
{
|
||||||
keyhelper.get(&key,&icon,CRCInput::RC_yellow);
|
keyhelper.get(&key,&icon,CRCInput::RC_yellow);
|
||||||
menu_item = new CMenuDForwarder(LOCALE_EPGMENU_EVENTINFO, !_mode_ts, NULL, new CEPGDataHandler, "-1", key, icon);
|
menu_item = new CMenuDForwarder(LOCALE_EPGMENU_EVENTINFO, true, NULL, new CEPGDataHandler, "-1", key, icon);
|
||||||
// FIXME menu_item->setHint("", NONEXISTANT_LOCALE);
|
// FIXME menu_item->setHint("", NONEXISTANT_LOCALE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user