From ed8d08d25abdb5721ee2cfc9fda61c9decc851ca Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Fri, 24 Feb 2012 19:53:00 +0100 Subject: [PATCH] neutrino: show hintbox if reloading channels on standby --- src/neutrino.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index bdbcfe99b..a69e1cb94 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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 ?