From 0cbdcf9b9756e73fec90fcf0974d46dfeb4b7a37 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 23 May 2017 17:58:53 +0200 Subject: [PATCH] epgview: bind display of channelogo to g_settings.channellist_show_channellogo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c9015d7bbe6be7e58d345b88cc0d3bc7a56c076c Author: vanhofen Date: 2017-05-23 (Tue, 23 May 2017) Origin message was: ------------------ - epgview: bind display of channelogo to g_settings.channellist_show_channellogo ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 2d49f9b28..76ce70f9e 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -901,7 +901,8 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start header->hideCCItems(); // set channel logo - header->setChannelLogo(channel_id, channel_name); + if (g_settings.channellist_show_channellogo) //NI + header->setChannelLogo(channel_id, channel_name); //paint head header->paint(CC_SAVE_SCREEN_NO);