webtv-setup: show hintbox when reloading channels

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-09-21 00:05:28 +02:00
parent 1efba61ec1
commit c908a3415b

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;