mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
*neutrino info-menu: fix exit handling
While leaving of imageinfo, we jumped to main menu, that was not right. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1667 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -59,7 +59,7 @@ int CInfoMenu::exec(CMenuTarget* parent, const std::string &/*actionKey*/)
|
||||
printf("[neutrino] CInfoMenu %s: init...\n",__FUNCTION__);
|
||||
int res = menu_return::RETURN_REPAINT;
|
||||
|
||||
if (parent)
|
||||
if (parent != NULL)
|
||||
parent->hide();
|
||||
|
||||
showMenu();
|
||||
|
Reference in New Issue
Block a user