- channellist: channellogos can be disabled

This commit is contained in:
svenhoefer
2013-12-28 23:39:51 +01:00
parent e24877f560
commit 9fb63a20d9
8 changed files with 22 additions and 1 deletions

View File

@@ -1761,7 +1761,7 @@ void CChannelList::paintItem2DetailsLine (int pos)
void CChannelList::showChannelLogo()
{
if(g_settings.infobar_show_channellogo){
if(g_settings.channellist_show_channellogo){
static int logo_w = 0;
static int logo_h = 0;
int logo_w_max = full_width / 4;