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

Origin commit data
------------------
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
This commit is contained in:
vanhofen
2018-07-25 22:58:43 +02:00
parent b8f877bc8f
commit 4151f12d26

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);