mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
gui/update_menue.cpp: re-enable 'save current software' for easymenu mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 53b351fc2b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-10-30 (Wed, 30 Oct 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -113,14 +113,17 @@ int CSoftwareUpdate::showSoftwareUpdate()
|
|||||||
mf->setHint("", LOCALE_MENU_HINT_SOFTUPDATE_EXPERT);
|
mf->setHint("", LOCALE_MENU_HINT_SOFTUPDATE_EXPERT);
|
||||||
softUpdate.addItem(mf);
|
softUpdate.addItem(mf);
|
||||||
|
|
||||||
|
}
|
||||||
#ifdef BOXMODEL_APOLLO
|
#ifdef BOXMODEL_APOLLO
|
||||||
softUpdate.addItem(GenericMenuSeparatorLine);
|
softUpdate.addItem(GenericMenuSeparatorLine);
|
||||||
|
|
||||||
|
if (g_settings.easymenu)
|
||||||
|
mf = new CMenuForwarder(LOCALE_FLASHUPDATE_CREATEIMAGE_MENU, true, NULL, new CFlashExpertSetup(), NULL, CRCInput::RC_yellow, NEUTRINO_ICON_BUTTON_YELLOW);
|
||||||
|
else
|
||||||
mf = new CMenuForwarder(LOCALE_FLASHUPDATE_CREATEIMAGE_MENU, true, NULL, new CFlashExpertSetup(), NULL, CRCInput::convertDigitToKey(1));
|
mf = new CMenuForwarder(LOCALE_FLASHUPDATE_CREATEIMAGE_MENU, true, NULL, new CFlashExpertSetup(), NULL, CRCInput::convertDigitToKey(1));
|
||||||
mf->setHint("", LOCALE_MENU_HINT_SOFTUPDATE_CREATEIMAGE_MENU);
|
mf->setHint("", LOCALE_MENU_HINT_SOFTUPDATE_CREATEIMAGE_MENU);
|
||||||
softUpdate.addItem(mf);
|
softUpdate.addItem(mf);
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
|
|
||||||
int res = softUpdate.exec (NULL, "");
|
int res = softUpdate.exec (NULL, "");
|
||||||
return res;
|
return res;
|
||||||
|
Reference in New Issue
Block a user