mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
adzap: don't leave all menues, when adzap isn't active
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6d4aba4a6c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-29 (Mon, 29 Feb 2016)
Origin message was:
------------------
- adzap: don't leave all menues, when adzap isn't active
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4005,7 +4005,10 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
}
|
||||
else if(actionKey == "adzap") {
|
||||
CAdZapMenu::getInstance()->exec(parent, "adzap");
|
||||
return menu_return::RETURN_EXIT_ALL;
|
||||
if (CAdZapMenu::getInstance()->isActive())
|
||||
return menu_return::RETURN_EXIT_ALL;
|
||||
else
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
else if(actionKey == "moviedir") {
|
||||
parent->hide();
|
||||
|
Reference in New Issue
Block a user