mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user