fixed again display of channel in schedules header

This commit is contained in:
louis
2015-01-11 14:46:33 +01:00
parent 74febbfe86
commit 5d86c45bc6
7 changed files with 26 additions and 9 deletions

View File

@@ -324,6 +324,10 @@ void cDisplayMenuRootView::KeyInput(bool up, bool page) {
}
void cDisplayMenuRootView::Clear(void) {
if (view) {
view->ClearChannel();
view->ClearEpgSearchFavorite();
}
if (listView) {
listView->Clear();
}