mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
gui/channellist.cpp: comment CVFD::getInstance()->setMode in show(),
call it after channel list closed, to prevent recursive calls on bouquet lists close. Some places to call could be missed
This commit is contained in:
@@ -1206,6 +1206,7 @@ int CEventFinderMenu::exec(CMenuTarget* parent, const std::string &actionkey)
|
||||
if (nNewBouquet > -1)
|
||||
{
|
||||
int nNewChannel = bouquetList->Bouquets[nNewBouquet]->channelList->show();
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
//printf("nNewChannel %d\n",nNewChannel);
|
||||
if (nNewChannel > -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user