user-menu: enable SNeutrinoSettings::ITEM_EPG_INFO in movieplayer-mode too

Origin commit data
------------------
Branch: ni/coolstream
Commit: deb4313af9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-22 (Sun, 22 Jul 2018)

Origin message was:
------------------
- user-menu: enable SNeutrinoSettings::ITEM_EPG_INFO in movieplayer-mode too

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-07-22 23:27:23 +02:00
parent 7f1ed1eb40
commit 4234510bad

View File

@@ -240,7 +240,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
case SNeutrinoSettings::ITEM_EPG_INFO:
{
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);
break;
}