CInfoViewerBB: No blank space for radiotext icon when radiotext is off

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b07942f3f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-11-23 (Sat, 23 Nov 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-11-23 13:40:27 +01:00
parent ccb704ad24
commit 59db1f4855

View File

@@ -173,7 +173,7 @@ void CInfoViewerBB::getBBIconInfo()
iconView = checkBBIcon(NEUTRINO_ICON_VTXT, &w, &h);
break;
case CInfoViewerBB::ICON_RT:
if (neutrino->getMode() == NeutrinoMessages::mode_radio)
if ((neutrino->getMode() == NeutrinoMessages::mode_radio) && g_settings.radiotext_enable)
iconView = checkBBIcon(NEUTRINO_ICON_RADIOTEXTGET, &w, &h);
break;
case CInfoViewerBB::ICON_DD: