infoviewer_bb: fix display of red button in movieplayer mode

Origin commit data
------------------
Branch: ni/coolstream
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

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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2015-12-14 08:23:46 +01:00
committed by vanhofen
parent 1129b08691
commit 35bc32bbc1

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