mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- setting_helpers: rename CStreamFeaturesChangeExec to CPluginsExec
This commit is contained in:
@@ -356,30 +356,17 @@ int CNVODChangeExec::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
return menu_return::RETURN_EXIT;
|
||||
}
|
||||
|
||||
int CStreamFeaturesChangeExec::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
int CPluginsExec::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
{
|
||||
//printf("CStreamFeaturesChangeExec exec: %s\n", actionKey.c_str());
|
||||
//printf("CPluginsExec exec: %s\n", actionKey.c_str());
|
||||
int sel= atoi(actionKey.c_str());
|
||||
|
||||
if(parent != NULL)
|
||||
parent->hide();
|
||||
// -- obsolete (rasc 2004-06-10)
|
||||
// if (sel==-1)
|
||||
// {
|
||||
// CStreamInfo StreamInfo;
|
||||
// StreamInfo.exec(NULL, "");
|
||||
// } else
|
||||
|
||||
if(actionKey == "teletext") {
|
||||
g_RCInput->postMsg(CRCInput::RC_timeout, 0);
|
||||
g_RCInput->postMsg(CRCInput::RC_text, 0);
|
||||
#if 0
|
||||
g_RCInput->clearRCMsg();
|
||||
tuxtx_main(g_RCInput->getFileHandle(), frameBuffer->getFrameBufferPointer(), g_RemoteControl->current_PIDs.PIDs.vtxtpid);
|
||||
frameBuffer->paintBackground();
|
||||
if(!g_settings.cacheTXT)
|
||||
tuxtxt_stop();
|
||||
g_RCInput->clearRCMsg();
|
||||
#endif
|
||||
}
|
||||
else if (sel>=0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user