- infoviewer_bb: fix display of red button in movieplayer mode

This commit is contained in:
Michael Liebmann
2015-12-14 08:23:46 +01:00
committed by svenhoefer
parent fae6c5eb4c
commit ab7e3956df

View File

@@ -223,6 +223,7 @@ void CInfoViewerBB::getBBButtonInfo()
mode = CNeutrinoApp::getInstance()->getMode();
if (mode == NeutrinoMessages::mode_ts) {
text = g_Locale->getText(LOCALE_EPGMENU_STREAMINFO);
active = true;
} else {
text = CUserMenu::getUserMenuButtonName(0, active);
if (!text.empty())