- webtv-setup: show hintbox when reloading channels

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-09-21 00:05:28 +02:00
committed by Thilo Graf
parent 720e1d3cfd
commit a22ae5dbe5

View File

@@ -192,6 +192,8 @@ int CWebTVSetup::Show()
if (changed)
{
CHintBox hint(LOCALE_MESSAGEBOX_INFO, LOCALE_SERVICEMENU_RELOAD_HINT);
hint.paint();
g_settings.webtv_xml.clear();
for (int i = item_offset; i < m->getItemsCount(); i++)
{
@@ -202,6 +204,7 @@ int CWebTVSetup::Show()
webtv_xml_auto();
g_Zapit->reinitChannels();
changed = false;
hint.hide();
}
delete m;