mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
neutrino: removed proxy menu from update window, it's now found in network setup
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@972 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -75,7 +75,6 @@
|
||||
#include "gui/widget/messagebox.h"
|
||||
#include "gui/widget/hintbox.h"
|
||||
#include "gui/widget/icons.h"
|
||||
#include "gui/proxyserver_setup.h"
|
||||
#include "gui/record_setup.h"
|
||||
#include "gui/keybind_setup.h"
|
||||
#include "gui/widget/keychooser.h"
|
||||
@@ -1188,12 +1187,6 @@ void CNeutrinoApp::InitServiceSettings(CMenuWidget &service, CMenuWidget &_scanS
|
||||
#endif
|
||||
updateSettings->addItem(GenericMenuSeparatorLine);
|
||||
updateSettings->addItem(new CMenuForwarder(LOCALE_FLASHUPDATE_CHECKUPDATE, true, NULL, new CFlashUpdate(), "", CRCInput::RC_blue, NEUTRINO_ICON_BUTTON_BLUE));
|
||||
|
||||
updateSettings->addItem(GenericMenuSeparatorLine);
|
||||
updateSettings->addItem(new CMenuForwarder(LOCALE_FLASHUPDATE_PROXYSERVER_SEP, true, NULL, new CProxySetup(LOCALE_SERVICEMENU_UPDATE)));
|
||||
|
||||
|
||||
|
||||
service.addItem(new CMenuForwarder(LOCALE_SERVICEMENU_UPDATE, true, NULL, updateSettings));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user