summaryrefslogtreecommitdiff
path: root/tvguideosd.c
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-11-12 14:53:22 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-06-25 13:00:13 +0200
commita87a1db7c2fc5ec4adba0f625501781b0c168338 (patch)
treefdfce62d93a90b1d16ed185be462ed52e471dbf5 /tvguideosd.c
parent00ea3fb5ffc0be40ea0bd90fb41aaa07cd0a301c (diff)
downloadvdr-plugin-tvguide-a87a1db7c2fc5ec4adba0f625501781b0c168338.tar.gz
vdr-plugin-tvguide-a87a1db7c2fc5ec4adba0f625501781b0c168338.tar.bz2
Remove SetHeader and SetFooter
Diffstat (limited to 'tvguideosd.c')
-rw-r--r--tvguideosd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvguideosd.c b/tvguideosd.c
index 952a5e5..df93469 100644
--- a/tvguideosd.c
+++ b/tvguideosd.c
@@ -116,7 +116,7 @@ void cTvGuideOsd::drawOsd() {
channelGroups = new cChannelGroups();
channelGroups->ReadChannelGroups();
footer = new cFooter(channelGroups);
- recMenuView->SetFooter(footer);
+ recMenuView->AddFooter(footer);
footer->drawRedButton();
if (config.channelJumpMode == eNumJump) {
footer->drawGreenButton();