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: b466e718e5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2011-10-31 (Mon, 31 Oct 2011)
This commit is contained in:
Michael Liebmann
2011-10-31 09:55:21 +00:00
parent e5296bd32a
commit 137f6442b5

View File

@@ -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;