mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
-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:
@@ -929,6 +929,7 @@ videomenu.analog_hd_yprpb_scart YPbPr on scart (HD)
|
||||
videomenu.analog_hd_yprpb_cinch YPbPr on cinch (HD)
|
||||
videomenu.scart Scart
|
||||
videomenu.cinch Cinch
|
||||
videomenu.hdmi_cec HDMI-CEC
|
||||
videomenu.hdmi_cec_mode HDMI-CEC mode
|
||||
videomenu.hdmi_cec_mode_off off
|
||||
videomenu.hdmi_cec_mode_tuner as Tuner
|
||||
|
@@ -416,9 +416,8 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
fadeTimer = 0;
|
||||
fadeIn = false;
|
||||
}
|
||||
if (!fadeOut)
|
||||
fadeOut = true;
|
||||
if ((!fadeOut) && g_settings.widget_fade && fade) {
|
||||
fadeOut = true;
|
||||
fadeTimer = g_RCInput->addTimer( FADE_TIME, false );
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd( 1 );
|
||||
msg = 0;
|
||||
|
@@ -655,6 +655,7 @@ int CStreamFeaturesChangeExec::exec(CMenuTarget* parent, const std::string & act
|
||||
// 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();
|
||||
|
Reference in New Issue
Block a user