From 137f6442b5e28a24cba5e20ad8d1edb4dd5988d8 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Mon, 31 Oct 2011 09:55:21 +0000 Subject: [PATCH] Time display in channel list corrected. - See also: http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p135527-anzeige-bugs/#post135527 git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1798 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/b466e718e553b238083f02d8b787afdce058831c Author: Michael Liebmann Date: 2011-10-31 (Mon, 31 Oct 2011) --- 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 4341a3531..95fe66312 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1618,7 +1618,7 @@ void CChannelList::paintDetails(int index) snprintf(cNoch, sizeof(cNoch), "(%d / %d min)", seit, noch); } int seit_len = g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST_DESCR]->getRenderWidth(cSeit, true); // UTF-8 - int noch_len = g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST_NUMBER]->getRenderWidth(cNoch, true); // UTF-8 + int noch_len = g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST_DESCR]->getRenderWidth(cNoch, true); // UTF-8 std::string text1= p_event->description; std::string text2= p_event->text;