mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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
@@ -212,7 +212,7 @@ CNeutrinoApp::CNeutrinoApp()
|
||||
lockStandbyCall = false;
|
||||
current_muted = 0;
|
||||
recordingstatus = 0;
|
||||
g_channel_list_changed = 0;
|
||||
g_channel_list_changed = false;
|
||||
memset(&font, 0, sizeof(neutrino_font_descr_struct));
|
||||
}
|
||||
|
||||
@@ -2419,7 +2419,7 @@ _repeat:
|
||||
/* don't change bouquet after adding a channel to favorites */
|
||||
if (nNewChannel != -5)
|
||||
SetChannelMode(old_mode);
|
||||
g_channel_list_changed = 0;
|
||||
g_channel_list_changed = false;
|
||||
if(old_b_id < 0) old_b_id = old_b;
|
||||
//g_Zapit->saveBouquets();
|
||||
/* lets do it in sync */
|
||||
|
Reference in New Issue
Block a user