mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
neutrino: make g_channel_list_changed private
Add a setter function MarkChannelListChanged() instead for bouquet/channel list. This avoids sometimes not reloading channels after changes in the service menu.
This commit is contained in:
committed by
[CST] Focus
parent
676ef79dca
commit
c0c008190e
@@ -121,6 +121,7 @@ private:
|
||||
bool skipSleepTimer;
|
||||
bool lockStandbyCall;
|
||||
bool pbBlinkChange;
|
||||
bool g_channel_list_changed;
|
||||
int tvsort[LIST_MODE_LAST];
|
||||
int radiosort[LIST_MODE_LAST];
|
||||
|
||||
@@ -219,6 +220,7 @@ public:
|
||||
return lastChannelMode;
|
||||
};
|
||||
void SetChannelMode(int mode);
|
||||
void MarkChannelListChanged(void) { g_channel_list_changed = true; };
|
||||
void quickZap(int msg);
|
||||
void numericZap(int msg);
|
||||
void StopSubtitles();
|
||||
@@ -228,7 +230,6 @@ public:
|
||||
void showInfo(void);
|
||||
CConfigFile* getConfigFile() {return &configfile;};
|
||||
bool SDTreloadChannels;
|
||||
bool g_channel_list_changed;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user