mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +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.
Origin commit data
------------------
Branch: ni/coolstream
Commit: c0c008190e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
[CST] Focus
parent
82351676b7
commit
89d3d162ea
@@ -423,7 +423,7 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
if (!Bouquets.empty()) {
|
||||
int ret = doMenu();
|
||||
if(ret > 0) {
|
||||
CNeutrinoApp::getInstance ()->g_channel_list_changed = true;
|
||||
CNeutrinoApp::getInstance()->MarkChannelListChanged();
|
||||
res = -4;
|
||||
loop = false;
|
||||
} else if(ret < 0)
|
||||
|
Reference in New Issue
Block a user