mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 13:18:27 +02:00
neutrino: show hintbox if reloading channels on standby
Origin commit data
------------------
Commit: ed8d08d25a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-24 (Fri, 24 Feb 2012)
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