From a87a1db7c2fc5ec4adba0f625501781b0c168338 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Tue, 12 Nov 2019 14:53:22 +0100 Subject: Remove SetHeader and SetFooter --- tvguideosd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvguideosd.c') 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(); -- cgit v1.2.3