mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
neutrino.cpp: fix indent in CNeutrinoApp::SDT_ReloadChannels
This commit is contained in:
@@ -3998,14 +3998,14 @@ void CNeutrinoApp::SelectSubtitles()
|
|||||||
}
|
}
|
||||||
void CNeutrinoApp::SDT_ReloadChannels()
|
void CNeutrinoApp::SDT_ReloadChannels()
|
||||||
{
|
{
|
||||||
g_Zapit->reinitChannels();
|
g_Zapit->reinitChannels();
|
||||||
channelsInit();
|
channelsInit();
|
||||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||||
channelList->adjustToChannelID(live_channel_id);//FIXME what if deleted ?
|
channelList->adjustToChannelID(live_channel_id);//FIXME what if deleted ?
|
||||||
if(old_b_id >= 0) {
|
if(old_b_id >= 0) {
|
||||||
bouquetList->activateBouquet(old_b_id, false);
|
bouquetList->activateBouquet(old_b_id, false);
|
||||||
old_b_id = -1;
|
old_b_id = -1;
|
||||||
g_RCInput->postMsg(CRCInput::RC_ok, 0);
|
g_RCInput->postMsg(CRCInput::RC_ok, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user