diff options
Diffstat (limited to 'tvguideosd.c')
-rw-r--r-- | tvguideosd.c | 2 |
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(); |