mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user