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


Origin commit data
------------------
Branch: ni/coolstream
Commit: a0fff2b417
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-16 (Fri, 16 Mar 2012)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-03-16 15:08:09 +04:00
parent df788e5536
commit 3a16d09c98
3 changed files with 5 additions and 0 deletions

View File

@@ -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())