mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
acinclude.m4
configure.ac
data/fonts/Makefile.am
data/locale/deutsch.locale
data/locale/english.locale
data/webtv/Makefile.am
data/y-web/Y_Tools_Boxcontrol.yhtm
data/y-web/Y_Tools_Screenshot.yhtm
lib/hardware/coolstream/hardware_caps.h
lib/libtuxtxt/tuxtxt_common.h
src/gui/audioplayer.cpp
src/gui/infoviewer_bb.cpp
src/gui/movieplayer.cpp
src/gui/movieplayer.h
src/gui/network_setup.cpp
src/gui/widget/menue.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae4307bc1c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-02 (Thu, 02 Nov 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -380,15 +380,12 @@ int CNetworkSetup::showNetworkSetup()
|
||||
mf = new CMenuForwarder(LOCALE_FLASHUPDATE_PROXYSERVER_SEP, true, NULL, &proxy, NULL, CRCInput::RC_0);
|
||||
mf->setHint("", LOCALE_MENU_HINT_NET_PROXY);
|
||||
networkSettings->addItem(mf);
|
||||
|
||||
//NI
|
||||
#if 0
|
||||
//services
|
||||
mf = new CMenuForwarder(LOCALE_NETWORKMENU_SERVICES, true, NULL, &services, NULL, CRCInput::RC_1);
|
||||
mf->setHint("", LOCALE_MENU_HINT_NET_SERVICES);
|
||||
networkSettings->addItem(mf);
|
||||
#endif
|
||||
|
||||
int ret = 0;
|
||||
while(true) {
|
||||
int res = menu_return::RETURN_EXIT;
|
||||
|
Reference in New Issue
Block a user