neutrino: fix bouquet align when zap via history or current transponder list

Origin commit data
------------------
Branch: ni/coolstream
Commit: 901a543c91
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-25 (Wed, 25 Jul 2018)

Origin message was:
------------------
- neutrino: fix bouquet align when zap via history or current transponder list

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-07-25 22:58:43 +02:00
parent 74ef675b22
commit 07c2a86f35

View File

@@ -3225,7 +3225,7 @@ int CNeutrinoApp::showChannelList(const neutrino_msg_t _msg, bool from_menu)
SetChannelMode(LIST_MODE_PROV);
nNewChannel = bouquetList->exec(true);
} else if (msg == (neutrino_msg_t) g_settings.key_zaphistory || msg == (neutrino_msg_t) g_settings.key_current_transponder) {
channelList->showLiveBouquet(msg);
nNewChannel = channelList->showLiveBouquet(msg);
}
_repeat:
printf("CNeutrinoApp::showChannelList: nNewChannel %d\n", nNewChannel);fflush(stdout);