mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -494,8 +494,8 @@ bool CNeutrinoApp::showUserMenu(int button)
|
|||||||
|
|
||||||
menu->setSelected(user_menu[button].selected);
|
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
|
// go through any postition number
|
||||||
for (int pos = 0; pos < SNeutrinoSettings::ITEM_MAX ; pos++) {
|
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
|
// now compare pos with the position of any item. Add this item if position is the same
|
||||||
|
Reference in New Issue
Block a user