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:
Stefan Seyfried
2012-02-24 19:53:00 +01:00
parent bbe8ad3956
commit 6d451e3b54

View File

@@ -3857,7 +3857,11 @@ void CNeutrinoApp::SelectSubtitles()
}
void CNeutrinoApp::SDT_ReloadChannels()
{
if (reloadhintBox)
reloadhintBox->paint();
g_Zapit->reinitChannels();
if (reloadhintBox)
reloadhintBox->hide();
channelsInit();
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
channelList->adjustToChannelID(live_channel_id);//FIXME what if deleted ?