mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
*neutrino user_menu: cancel button added
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1531 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -486,7 +486,8 @@ bool CNeutrinoApp::showUserMenu(int button)
|
||||
if (menu == NULL)
|
||||
return 0;
|
||||
menu->setSelected(selected[button]);
|
||||
menu->addItem(GenericMenuSeparator);
|
||||
|
||||
menu->addIntroItems(NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_CANCEL);
|
||||
|
||||
// go through any postition number
|
||||
for (int pos = 0; pos < SNeutrinoSettings::ITEM_MAX ; pos++) {
|
||||
|
Reference in New Issue
Block a user