- 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 <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-08-13 22:13:45 +02:00
committed by Thilo Graf
parent 7ee2df2c34
commit 561cadfa4d

View File

@@ -751,7 +751,7 @@ int CChannelList::show()
if (new_selected >= 0) if (new_selected >= 0)
actzap = updateSelection(new_selected); 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)) { (msg == (neutrino_msg_t)g_settings.key_bouquet_up || msg == (neutrino_msg_t)g_settings.key_bouquet_down)) {
if (dline) if (dline)
dline->kill(); //kill details line on change to next page dline->kill(); //kill details line on change to next page