From 561cadfa4db093168dc2217b247a02041d7347d8 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 13 Aug 2018 22:13:45 +0200 Subject: [PATCH] - channellist: re-allow switching bouquets in zaphistory/current_transponder mode see https://www.neutrino-images.de/board/viewtopic.php?f=61&t=2728 Signed-off-by: Thilo Graf --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 453f729c4..7581fef95 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -751,7 +751,7 @@ int CChannelList::show() if (new_selected >= 0) actzap = updateSelection(new_selected); } - else if (!edit_state && !liveBouquet && + else if (!edit_state && /* !liveBouquet && */ (msg == (neutrino_msg_t)g_settings.key_bouquet_up || msg == (neutrino_msg_t)g_settings.key_bouquet_down)) { if (dline) dline->kill(); //kill details line on change to next page