mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
Faster live-edit reload. Experimental, should be tested
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@437 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
#include <neutrino.h>
|
||||
|
||||
extern CBouquetManager *g_bouquetManager;
|
||||
extern int g_channel_list_changed;
|
||||
|
||||
CBouquetList::CBouquetList(const char * const Name)
|
||||
{
|
||||
@@ -136,6 +137,7 @@ bool CBouquetList::hasChannelID(t_channel_id channel_id)
|
||||
return false;
|
||||
}
|
||||
|
||||
extern CBouquetList * TVfavList;
|
||||
bool CBouquetList::adjustToChannelID(t_channel_id channel_id)
|
||||
{
|
||||
printf("CBouquetList::adjustToChannelID [%s] to %llx, selected %d size %d\n", name.c_str(), channel_id, selected, Bouquets.size());
|
||||
@@ -360,6 +362,7 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
else if ( msg == CRCInput::RC_setup) {
|
||||
int ret = doMenu();
|
||||
if(ret > 0) {
|
||||
g_channel_list_changed = true;
|
||||
res = -4;
|
||||
loop = false;
|
||||
} else if(ret < 0)
|
||||
|
Reference in New Issue
Block a user