diff --git a/HISTORY b/HISTORY index ec246d0..1530308 100644 --- a/HISTORY +++ b/HISTORY @@ -144,3 +144,4 @@ Version 0.1.2 introduced "whatsonfavorites" Token in displaymenuschedules - fixed again display of channel in schedules header - added now and next in blackhole channels menu +- fixed bug that epg quicksearch menu was not displayed properly diff --git a/displaymenu.c b/displaymenu.c index 7759b61..2908880 100644 --- a/displaymenu.c +++ b/displaymenu.c @@ -203,7 +203,10 @@ void cSDDisplayMenu::SetItem(const char *Text, int Index, bool Current, bool Sel for (int i=0; i svMenuDefault) { + if (viewType > svMenuDefault && viewType != svMenuPlugin) { SetMenu(mcUnknown, true); } }