mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
dont reload chanellist after manuel reload
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2065 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -84,7 +84,6 @@ extern CBouquetList * RADIOallList;
|
||||
|
||||
//extern t_channel_id rec_channel_id;
|
||||
extern bool autoshift;
|
||||
extern int g_channel_list_changed;
|
||||
|
||||
extern CBouquetManager *g_bouquetManager;
|
||||
void sectionsd_getChannelEvents(CChannelEventList &eList, const bool tv_mode, t_channel_id *chidlist, int clen);
|
||||
@@ -662,8 +661,8 @@ int CChannelList::show()
|
||||
else if ( msg == CRCInput::RC_setup) {
|
||||
old_b_id = bouquetList->getActiveBouquetNumber();
|
||||
fader.Stop();
|
||||
g_channel_list_changed = doChannelMenu();
|
||||
if(g_channel_list_changed) {
|
||||
CNeutrinoApp::getInstance ()->g_channel_list_changed = doChannelMenu();
|
||||
if(CNeutrinoApp::getInstance ()->g_channel_list_changed) {
|
||||
res = -4;
|
||||
loop = false;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user