diff --git a/src/gui/webtv_setup.cpp b/src/gui/webtv_setup.cpp index 056c2f68d..a1a4871f0 100644 --- a/src/gui/webtv_setup.cpp +++ b/src/gui/webtv_setup.cpp @@ -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;