mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -192,6 +192,8 @@ int CWebTVSetup::Show()
|
|||||||
|
|
||||||
if (changed)
|
if (changed)
|
||||||
{
|
{
|
||||||
|
CHintBox hint(LOCALE_MESSAGEBOX_INFO, LOCALE_SERVICEMENU_RELOAD_HINT);
|
||||||
|
hint.paint();
|
||||||
g_settings.webtv_xml.clear();
|
g_settings.webtv_xml.clear();
|
||||||
for (int i = item_offset; i < m->getItemsCount(); i++)
|
for (int i = item_offset; i < m->getItemsCount(); i++)
|
||||||
{
|
{
|
||||||
@@ -202,6 +204,7 @@ int CWebTVSetup::Show()
|
|||||||
webtv_xml_auto(); //NI
|
webtv_xml_auto(); //NI
|
||||||
g_Zapit->reinitChannels();
|
g_Zapit->reinitChannels();
|
||||||
changed = false;
|
changed = false;
|
||||||
|
hint.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
delete m;
|
delete m;
|
||||||
|
Reference in New Issue
Block a user