neutrino osd timeouts: add extra setting for movieplayer timeout

timeout for movieplayer was set default to 6 sec,
now it's possible to set it's own timeout

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1509 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: ac18822737
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-06-04 (Sat, 04 Jun 2011)

Origin message was:
------------------
*neutrino osd timeouts: add extra setting for movieplayer timeout

timeout for movieplayer was set default to 6 sec,
now it's possible to set it's own timeout

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1509 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
This commit is contained in:
2011-06-04 20:52:13 +00:00
parent d1df6f36d8
commit 3ee0462f86
6 changed files with 11 additions and 4 deletions

View File

@@ -135,10 +135,10 @@ struct SNeutrinoSettings
TIMING_EPG = 2,
TIMING_INFOBAR = 3,
TIMING_INFOBAR_RADIO = 4,
// TIMING_INFOBAR_MOVIEPLAYER,
TIMING_INFOBAR_MOVIE = 5,
// TIMING_VOLUMEBAR,
TIMING_FILEBROWSER = 5,
TIMING_NUMERICZAP = 6,
TIMING_FILEBROWSER = 6,
TIMING_NUMERICZAP = 7,
TIMING_SETTING_COUNT
};
@@ -530,7 +530,7 @@ const time_settings_struct_t timing_setting[SNeutrinoSettings::TIMING_SETTING_CO
{ 240, LOCALE_TIMING_EPG },
{ 6, LOCALE_TIMING_INFOBAR },
{ 0, LOCALE_TIMING_INFOBAR_RADIO },
// { 6, LOCALE_TIMING_INFOBAR_MOVIEPLAYER},
{ 6, LOCALE_TIMING_INFOBAR_MOVIEPLAYER},
// { 3, LOCALE_TIMING_VOLUMEBAR },
{ 60, LOCALE_TIMING_FILEBROWSER },
{ 3, LOCALE_TIMING_NUMERICZAP }