From ae8b6e7efcadcbe1b452fb45ea9d481ed538d30f Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 1 Apr 2014 13:48:03 +0200 Subject: [PATCH] - bouqueteditor_channels.cpp: de-highlight channels not found --- 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 83dc6885e..c9fca0b3c 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_COLORED_EVENTS_TEXT;// extra color for channels not found in service + color = COL_MENUCONTENT_INACTIVE;// extra color for channels not found in service else color = COL_MENUCONTENT_TEXT; bgcolor = COL_MENUCONTENT_PLUS_0;