From d447baa8205d2131f0aa1d4f8c21a9775cf52a34 Mon Sep 17 00:00:00 2001 From: vanhofen 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7dbded93ae804a0491af4c2eecf260450ad6a462 Author: vanhofen Date: 2018-08-13 (Mon, 13 Aug 2018) Origin message was: ------------------ - channellist: re-allow switching bouquets in zaphistory/current_transponder mode see https://www.neutrino-images.de/board/viewtopic.php?f=61&t=2728 ------------------ This commit was generated by Migit --- 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 2011bef3d..4c99d55e2 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -755,7 +755,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