mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
hintbox: add setDelay() prototype
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4686f51205
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Origin message was:
------------------
- hintbox: add setDelay() prototype
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -5477,11 +5477,11 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
}
|
||||
else if (actionKey=="reloadplugins") {
|
||||
CHint *hint = new CHint(LOCALE_SERVICEMENU_GETPLUGINS_HINT);
|
||||
hint->setDelay(1);
|
||||
hint->paint();
|
||||
|
||||
g_Plugins->loadPlugins();
|
||||
|
||||
sleep(1); // small delay for very fast hardware
|
||||
delete hint;
|
||||
}
|
||||
else if (actionKey=="restarttuner")
|
||||
|
Reference in New Issue
Block a user