Close all on menu key; allow sat and fav keys

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1890 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: b92ca9b515
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-25 (Fri, 25 Nov 2011)
This commit is contained in:
[CST] Focus
2011-11-25 09:30:29 +00:00
parent 6e2e179a52
commit 07bf14611d

View File

@@ -144,7 +144,14 @@ int CDBoxInfoWidget::exec(CMenuTarget* parent, const std::string &)
} else
doLoop = false;
}
else if(msg == CRCInput::RC_setup) {
res = menu_return::RETURN_EXIT_ALL;
doLoop = false;
}
else if((msg == CRCInput::RC_sat) || (msg == CRCInput::RC_favorites)) {
g_RCInput->postMsg (msg, 0);
res = menu_return::RETURN_EXIT_ALL;
doLoop = false;
}
else
{
@@ -164,8 +171,6 @@ int CDBoxInfoWidget::exec(CMenuTarget* parent, const std::string &)
}
}
}
}
hide();