From 72c4deb17c73df334441222b27b5a854cab93ef8 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 15 Jul 2013 15:06:25 +0200 Subject: [PATCH] CChannelList: use matching datatype for color --- 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 17b2f5d17..c982d3eba 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1886,7 +1886,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint) CZapitChannel* chan = chanlist[curr]; int prg_offset=0; int title_offset=0; - uint8_t tcolor=(liststart + pos == selected) ? color : COL_MENUCONTENTINACTIVE_TEXT; + fb_pixel_t tcolor=(liststart + pos == selected) ? color : COL_MENUCONTENTINACTIVE_TEXT; int xtheight=fheight-2; if(g_settings.channellist_extended)