diff options
Diffstat (limited to 'channeljump.c')
-rw-r--r-- | channeljump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/channeljump.c b/channeljump.c index 425b085..cf54b8c 100644 --- a/channeljump.c +++ b/channeljump.c @@ -10,7 +10,7 @@ cChannelJump::cChannelJump(cChannelGroups *channelGroups) { this->channelGroups = channelGroups; pixmapText = NULL; channel = 0; - if (!tvguideConfig.hideLastGroup) { + if (!config.hideLastGroup) { #if VDRVERSNUM >= 20301 LOCK_CHANNELS_READ; maxChannels = Channels->MaxNumber(); @@ -41,7 +41,7 @@ void cChannelJump::SetPixmaps(void) { } void cChannelJump::Draw(void) { - if (tvguideConfig.style == eStyleGraphical) { + if (config.style == eStyleGraphical) { drawBackgroundGraphical(bgChannelJump); } else { pixmap->Fill(theme.Color(clrBackground)); |