mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7dbded93ae
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user