neutrino usermenu: cancel button temporary removed

Another solution should be coming soon with better user interaction.
See also:
http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p131621-personalisierung-der-men%C3%BCs/#post131621

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b768130ff
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-06-16 (Thu, 16 Jun 2011)

Origin message was:
------------------
*neutrino usermenu: cancel button temporary removed

Another solution should be coming soon with better user interaction.
See also:
http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p131621-personalisierung-der-men%C3%BCs/#post131621

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


------------------
This commit was generated by Migit
This commit is contained in:
2011-06-16 08:31:38 +00:00
parent 9fa5781595
commit 7b73b92003

View File

@@ -494,8 +494,8 @@ bool CNeutrinoApp::showUserMenu(int button)
menu->setSelected(user_menu[button].selected);
menu->addIntroItems(NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_CANCEL);
//menu->addIntroItems(NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_CANCEL);
menu->addItem(GenericMenuSeparator);
// go through any postition number
for (int pos = 0; pos < SNeutrinoSettings::ITEM_MAX ; pos++) {
// now compare pos with the position of any item. Add this item if position is the same