webtv-setup: show hintbox when reloading channels

Origin commit data
------------------
Commit: 1f49160ee2
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-21 (Fri, 21 Sep 2018)

Origin message was:
------------------
- webtv-setup: show hintbox when reloading channels
This commit is contained in:
vanhofen
2018-09-21 00:05:28 +02:00
parent 951ba3c5c8
commit e8646e73d2

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(); //NI
g_Zapit->reinitChannels();
changed = false;
hint.hide();
}
delete m;