infoviewer_bb: fix display of red button in movieplayer mode

Origin commit data
------------------
Commit: ab7e3956df
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-14 (Mon, 14 Dec 2015)

Origin message was:
------------------
- 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 vanhofen
parent 99766b6ae7
commit 89e63c6be0

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())