CInfoViewer: don't show tuner icon with single boxes

Origin commit data
------------------
Commit: 807dce9497
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Origin message was:
------------------
*CInfoViewer: don't show tuner icon with single boxes
This commit is contained in:
2012-08-30 15:42:31 +02:00
parent 8eda617a50
commit c076790003
3 changed files with 12 additions and 6 deletions

View File

@@ -180,8 +180,10 @@ void CInfoViewerBB::getBBIconInfo()
iconView = checkBBIcon(NEUTRINO_ICON_SCRAMBLED2, &w, &h);
break;
case CInfoViewerBB::ICON_TUNER:
if (g_settings.infobar_show_tuner == 1) {
iconView = checkBBIcon(NEUTRINO_ICON_TUNER_1, &w, &h);
if (CFEManager::getInstance()->getMode() != CFEManager::FE_MODE_SINGLE) {
if (g_settings.infobar_show_tuner == 1) {
iconView = checkBBIcon(NEUTRINO_ICON_TUNER_1, &w, &h);
}
}
break;
default: