-fix ttx start

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@716 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-08-08 10:40:31 +00:00
parent d2e9cfef4f
commit acb8750f5b
3 changed files with 3 additions and 2 deletions

View File

@@ -929,6 +929,7 @@ videomenu.analog_hd_yprpb_scart YPbPr on scart (HD)
videomenu.analog_hd_yprpb_cinch YPbPr on cinch (HD) videomenu.analog_hd_yprpb_cinch YPbPr on cinch (HD)
videomenu.scart Scart videomenu.scart Scart
videomenu.cinch Cinch videomenu.cinch Cinch
videomenu.hdmi_cec HDMI-CEC
videomenu.hdmi_cec_mode HDMI-CEC mode videomenu.hdmi_cec_mode HDMI-CEC mode
videomenu.hdmi_cec_mode_off off videomenu.hdmi_cec_mode_off off
videomenu.hdmi_cec_mode_tuner as Tuner videomenu.hdmi_cec_mode_tuner as Tuner

View File

@@ -416,9 +416,8 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
fadeTimer = 0; fadeTimer = 0;
fadeIn = false; fadeIn = false;
} }
if (!fadeOut)
fadeOut = true;
if ((!fadeOut) && g_settings.widget_fade && fade) { if ((!fadeOut) && g_settings.widget_fade && fade) {
fadeOut = true;
fadeTimer = g_RCInput->addTimer( FADE_TIME, false ); fadeTimer = g_RCInput->addTimer( FADE_TIME, false );
timeoutEnd = CRCInput::calcTimeoutEnd( 1 ); timeoutEnd = CRCInput::calcTimeoutEnd( 1 );
msg = 0; msg = 0;

View File

@@ -655,6 +655,7 @@ int CStreamFeaturesChangeExec::exec(CMenuTarget* parent, const std::string & act
// StreamInfo.exec(NULL, ""); // StreamInfo.exec(NULL, "");
// } else // } else
if(actionKey == "teletext") { if(actionKey == "teletext") {
g_RCInput->postMsg(CRCInput::RC_timeout, 0);
g_RCInput->postMsg(CRCInput::RC_text, 0); g_RCInput->postMsg(CRCInput::RC_text, 0);
#if 0 #if 0
g_RCInput->clearRCMsg(); g_RCInput->clearRCMsg();