From f0ddec1e4556badedca114fd32cc05244b6d0d57 Mon Sep 17 00:00:00 2001 From: striper Date: Thu, 12 May 2011 19:02:06 +0000 Subject: [PATCH] - addition to rev.1465 git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1467 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/infoviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index f5ed78a11..f384fd409 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -697,7 +697,7 @@ void CInfoViewer::showTitle (const int ChanNum, const std::string & Channel, con snprintf (strChanNum, sizeof(strChanNum), "%d", ChanNum); /* TODO: the logic will get much easier once we decouple channellogo and signal bars */ - if ((!logo_ok && g_settings.infobar_show_channellogo < 2) || g_settings.infobar_show_channellogo == 2) // no logo in numberbox + if ((!logo_ok && g_settings.infobar_show_channellogo < 2) || g_settings.infobar_show_channellogo == 2 || g_settings.infobar_show_channellogo == 4) // no logo in numberbox { // show number in numberbox int tmpwidth = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_NUMBER]->getRenderWidth(strChanNum);