diff options
Diffstat (limited to 'displaymenu.c')
-rw-r--r-- | displaymenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.c b/displaymenu.c index 5ba25a8..fd01f85 100644 --- a/displaymenu.c +++ b/displaymenu.c @@ -100,8 +100,8 @@ bool cSDDisplayMenu::SetItemEvent(const cEvent *Event, int Index, bool Current, } if (!channel && Event) { channel = Channels.GetByChannelID(Event->ChannelID()); - rootView->SetChannel(channel); } + rootView->SetChannel(channel); cDisplayMenuListView *list = rootView->GetListView(); if (!list) return false; |