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:
satbaby
2012-01-17 20:07:13 +00:00
parent f7bf5932a9
commit 163052cd39
5 changed files with 6 additions and 8 deletions

View File

@@ -57,7 +57,6 @@
#include <neutrino.h>
extern CBouquetManager *g_bouquetManager;
extern int g_channel_list_changed;
CBouquetList::CBouquetList(const char * const Name)
{
@@ -381,7 +380,7 @@ int CBouquetList::show(bool bShowChannelList)
else if ( msg == CRCInput::RC_setup) {
int ret = doMenu();
if(ret > 0) {
g_channel_list_changed = true;
CNeutrinoApp::getInstance ()->g_channel_list_changed = true;
res = -4;
loop = false;
} else if(ret < 0)