extend colored events to channellist

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1779 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 80c84efb7c
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-10-28 (Fri, 28 Oct 2011)

Origin message was:
------------------
- extend colored events to channellist

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1779 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2011-10-28 16:39:12 +00:00
parent fcefe7a34f
commit 3f750a147e
9 changed files with 48 additions and 24 deletions

View File

@@ -1676,9 +1676,9 @@ void CInfoViewer::display_Info(const char *current, const char *next,
//colored_events init
bool colored_event_C = false;
bool colored_event_N = false;
if (g_settings.colored_events == 1)
if (g_settings.colored_events_infobar == 1)
colored_event_C = true;
if (g_settings.colored_events == 2)
if (g_settings.colored_events_infobar == 2)
colored_event_N = true;
if (pb_pos > -1)