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:
@@ -906,8 +906,10 @@ int CChannelList::show()
|
||||
res = bouquetList->exec(true);
|
||||
printf("CChannelList:: bouquetList->exec res %d\n", res);
|
||||
}
|
||||
#if 0
|
||||
/* FIXME call this somewhere after show */
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
#endif
|
||||
this->new_mode_active = 0;
|
||||
|
||||
if(NeutrinoMessages::mode_ts == CNeutrinoApp::getInstance()->getMode())
|
||||
|
Reference in New Issue
Block a user