From a10c18d3e1866acd0faab5ec2d107c96f988ff42 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 3 Sep 2013 14:25:43 +0400 Subject: [PATCH] gui/channellist.cpp: disable show bouquet name on VFD Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/0e72bf5905a5a3144e091acceb10e08928ffed7c Author: [CST] Focus Date: 2013-09-03 (Tue, 03 Sep 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 9ee495286..2be1be6ba 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -501,7 +501,7 @@ int CChannelList::exec() void CChannelList::calcSize() { - CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8, name.c_str()); + CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8 /*, name.c_str()*/); // recalculate theight, fheight and footerHeight for a possilble change of fontsize factor theight = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->getHeight();