From 00bf5ed696ba72fb1d0de7e12a84465208f50a1d Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Mon, 19 Oct 2015 09:21:48 +0200 Subject: [PATCH] CInfoViewerBB: display no tuner icon for webtv Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ef30348cd1d96f84fc00a2489390a1efc28ad8ae Author: Michael Liebmann Date: 2015-10-19 (Mon, 19 Oct 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer_bb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/infoviewer_bb.cpp b/src/gui/infoviewer_bb.cpp index 3450680d8..d0b46fba9 100644 --- a/src/gui/infoviewer_bb.cpp +++ b/src/gui/infoviewer_bb.cpp @@ -184,7 +184,7 @@ void CInfoViewerBB::getBBIconInfo() iconView = checkBBIcon(NEUTRINO_ICON_SCRAMBLED2, &w, &h); break; case CInfoViewerBB::ICON_TUNER: - if (CFEManager::getInstance()->getEnabledCount() > 1 && g_settings.infobar_show_tuner == 1) + if (CFEManager::getInstance()->getEnabledCount() > 1 && g_settings.infobar_show_tuner == 1 && !IS_WEBTV(g_InfoViewer->get_current_channel_id())) iconView = checkBBIcon(NEUTRINO_ICON_TUNER_1, &w, &h); break; default: