mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
neutrino: show hintbox if reloading channels on standby
This commit is contained in:
@@ -3857,7 +3857,11 @@ void CNeutrinoApp::SelectSubtitles()
|
|||||||
}
|
}
|
||||||
void CNeutrinoApp::SDT_ReloadChannels()
|
void CNeutrinoApp::SDT_ReloadChannels()
|
||||||
{
|
{
|
||||||
|
if (reloadhintBox)
|
||||||
|
reloadhintBox->paint();
|
||||||
g_Zapit->reinitChannels();
|
g_Zapit->reinitChannels();
|
||||||
|
if (reloadhintBox)
|
||||||
|
reloadhintBox->hide();
|
||||||
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 ?
|
||||||
|
Reference in New Issue
Block a user