mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
channellist: channellogos can be disabled
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9fb63a20d9
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-28 (Sat, 28 Dec 2013)
Origin message was:
------------------
- channellist: channellogos can be disabled
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user