mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- webtv-setup: show hintbox when reloading channels
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user