mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- infoviewer: avoid display of radiotext icon in virtual zap mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -884,7 +884,7 @@ void CInfoViewer::showTitle(CZapitChannel * channel, const bool calledFromNumZap
|
|||||||
{
|
{
|
||||||
if ((g_settings.radiotext_enable) && (!recordModeActive) && (!calledFromNumZap))
|
if ((g_settings.radiotext_enable) && (!recordModeActive) && (!calledFromNumZap))
|
||||||
showRadiotext();
|
showRadiotext();
|
||||||
else
|
else if (showButtonBar)
|
||||||
infoViewerBB->showIcon_RadioText(false);
|
infoViewerBB->showIcon_RadioText(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1319,7 +1319,8 @@ void CInfoViewer::showRadiotext()
|
|||||||
if (g_Radiotext == NULL)
|
if (g_Radiotext == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
infoViewerBB->showIcon_RadioText(g_Radiotext->haveRadiotext());
|
if (showButtonBar)
|
||||||
|
infoViewerBB->showIcon_RadioText(g_Radiotext->haveRadiotext());
|
||||||
|
|
||||||
char stext[3][100];
|
char stext[3][100];
|
||||||
bool RTisUTF8 = false;
|
bool RTisUTF8 = false;
|
||||||
|
Reference in New Issue
Block a user