mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
setting_helpers: add reloadhintbox to 'delete removed channels'
Origin commit data
------------------
Commit: 77ecbfb405
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)
This commit is contained in:
committed by
Jacek Jendrzej
parent
a7725b24b0
commit
251ebde5f5
@@ -82,6 +82,8 @@ extern cDemux *videoDemux;
|
||||
extern cDemux *audioDemux;
|
||||
extern cDemux *pcrDemux;
|
||||
|
||||
extern CHintBox *reloadhintBox;
|
||||
|
||||
extern "C" int pinghost( const char *hostname );
|
||||
|
||||
COnOffNotifier::COnOffNotifier(int OffValue)
|
||||
@@ -492,7 +494,11 @@ int CDataResetNotifier::exec(CMenuTarget* /*parent*/, const std::string& actionK
|
||||
g_Zapit->reinitChannels();
|
||||
}
|
||||
if (delete_removed) {
|
||||
if (reloadhintBox)
|
||||
reloadhintBox->paint();
|
||||
CServiceManager::getInstance()->SaveServices(true, false, true);
|
||||
if (reloadhintBox)
|
||||
reloadhintBox->hide(); /* reinitChannels also triggers a reloadhintbox */
|
||||
g_Zapit->reinitChannels();
|
||||
}
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user