mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
Move all language settings to own menu
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@379 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6800e5f7fe
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-02-18 (Thu, 18 Feb 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2280,7 +2280,7 @@ CPipSetup * g_Pip0;
|
||||
#endif
|
||||
#include "videosettings.h"
|
||||
extern CVideoSettings * videoSettings;
|
||||
extern CMenuOptionStringChooser* tzSelect;
|
||||
//extern CMenuOptionStringChooser* tzSelect;
|
||||
|
||||
void CISendMessage(uint32_t msg, uint32_t data)
|
||||
{
|
||||
@@ -2383,7 +2383,6 @@ int CNeutrinoApp::run(int argc, char **argv)
|
||||
g_RCInput = new CRCInput;
|
||||
|
||||
g_Sectionsd = new CSectionsdClient;
|
||||
//g_Sectionsd->setServiceChanged(live_channel_id &0xFFFFFFFFFFFFULL, false);
|
||||
g_Timerd = new CTimerdClient;
|
||||
|
||||
g_RemoteControl = new CRemoteControl;
|
||||
@@ -2533,9 +2532,6 @@ int CNeutrinoApp::run(int argc, char **argv)
|
||||
videoSettings->exec(NULL, "");
|
||||
if(ret != menu_return::RETURN_EXIT_ALL)
|
||||
colorSettings.exec(NULL, "");
|
||||
if(ret != menu_return::RETURN_EXIT_ALL)
|
||||
if(tzSelect)
|
||||
tzSelect->exec(NULL);
|
||||
if(ret != menu_return::RETURN_EXIT_ALL)
|
||||
networkSettings.exec(NULL, "");
|
||||
if(ret != menu_return::RETURN_EXIT_ALL)
|
||||
|
Reference in New Issue
Block a user