adzap: call adzap directly from usermenu

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b0996e3d3
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-29 (Mon, 29 Feb 2016)

Origin message was:
------------------
- adzap: call adzap directly from usermenu

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-02-29 22:44:06 +01:00
parent 7615e8eac0
commit 6160cf9291
2 changed files with 1 additions and 8 deletions

View File

@@ -4003,13 +4003,6 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
exit(1);
}
}
else if(actionKey == "adzap") {
CAdZapMenu::getInstance()->exec(parent, "adzap");
if (CAdZapMenu::getInstance()->isActive())
return menu_return::RETURN_EXIT_ALL;
else
return menu_return::RETURN_REPAINT;
}
else if(actionKey == "moviedir") {
parent->hide();