epgview: bind display of channelogo to g_settings.channellist_show_channellogo

Origin commit data
------------------
Branch: ni/coolstream
Commit: c9015d7bbe
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2017-05-23 17:58:53 +02:00
parent 8a0e162d85
commit 0cbdcf9b97

View File

@@ -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);