summaryrefslogtreecommitdiff
path: root/channeljump.c
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:28:11 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:44:39 +0200
commit0766d679806e1ed098f562672e88ef324c3cd680 (patch)
tree727689519e3f2a6b098f7dc1337cb639f44d3321 /channeljump.c
parent3513f82a8c4e01bc375453c9dcb8001b7ea82cd2 (diff)
downloadvdr-plugin-tvguide-0766d679806e1ed098f562672e88ef324c3cd680.tar.gz
vdr-plugin-tvguide-0766d679806e1ed098f562672e88ef324c3cd680.tar.bz2
Change tvguideConfig to Config
Diffstat (limited to 'channeljump.c')
-rw-r--r--channeljump.c4
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));