mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
*neutrino: revert svn 1411 and removed imageinfo from sofupdate
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1412 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -39,11 +39,10 @@
|
||||
#include <neutrino.h>
|
||||
#include "software_update.h"
|
||||
|
||||
#include "gui/imageinfo.h"
|
||||
#include <gui/filebrowser.h>
|
||||
#include <driver/screen_max.h>
|
||||
#include "gui/filebrowser.h"
|
||||
#include <gui/widget/icons.h>
|
||||
#include <driver/screen_max.h>
|
||||
#include <driver/screen_max.h>
|
||||
#include <system/debug.h>
|
||||
#include <system/flashtool.h>
|
||||
|
||||
@@ -113,7 +112,6 @@ void CSoftwareUpdate::showSoftwareUpdate()
|
||||
|
||||
softUpdate->addItem(GenericMenuSeparatorLine);
|
||||
softUpdate->addItem(new CMenuForwarder(LOCALE_FLASHUPDATE_CHECKUPDATE, true, NULL, new CFlashUpdate(), "", CRCInput::RC_yellow, NEUTRINO_ICON_BUTTON_YELLOW ));
|
||||
softUpdate->addItem(new CMenuForwarder(LOCALE_SERVICEMENU_IMAGEINFO, true, NULL, new CImageInfo(), NULL, CRCInput::RC_blue, NEUTRINO_ICON_BUTTON_BLUE));
|
||||
|
||||
softUpdate->exec (NULL, "");
|
||||
softUpdate->hide ();
|
||||
|
Reference in New Issue
Block a user