*CInfoViewer: don't show tuner icon with single boxes

This commit is contained in:
2012-08-30 15:42:31 +02:00
parent 1b1213c7bb
commit 807dce9497
3 changed files with 12 additions and 6 deletions

View File

@@ -1152,7 +1152,8 @@ int CInfoViewer::handleMsg (const neutrino_msg_t msg, neutrino_msg_data_t data)
infoViewerBB->showIcon_SubT();
//infoViewerBB->showIcon_CA_Status(0);
infoViewerBB->showIcon_Resolution();
infoViewerBB->showIcon_Tuner();
if (CFEManager::getInstance()->getMode() != CFEManager::FE_MODE_SINGLE)
infoViewerBB->showIcon_Tuner();
}
}
return messages_return::handled;