From 30f7acdee06f8f1bf1d68485d16936ba9bb7637d Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Tue, 1 Apr 2014 15:06:57 +0200 Subject: [PATCH] Fix commit 948ce4c32de3bdee36549f442af4ed5127ad2c06 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/7d4747b5bee26cb46535f668e30af83abd4f8eaa Author: Michael Liebmann Date: 2014-04-01 (Tue, 01 Apr 2014) --- src/gui/bedit/bouqueteditor_channels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/bedit/bouqueteditor_channels.cpp b/src/gui/bedit/bouqueteditor_channels.cpp index c9fca0b3c..5cbd820fd 100644 --- a/src/gui/bedit/bouqueteditor_channels.cpp +++ b/src/gui/bedit/bouqueteditor_channels.cpp @@ -115,7 +115,7 @@ void CBEChannelWidget::paintItem(int pos) frameBuffer->paintBoxRel(x,ypos, width- 15, iheight, bgcolor, RADIUS_LARGE); } else { if(current < Channels->size() && ((*Channels)[current]->flags & CZapitChannel::NOT_FOUND )) - color = COL_MENUCONTENT_INACTIVE;// extra color for channels not found in service + color = COL_MENUCONTENTINACTIVE_TEXT;// extra color for channels not found in service else color = COL_MENUCONTENT_TEXT; bgcolor = COL_MENUCONTENT_PLUS_0;