mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
*neutrino infobar: add extra timeout setting for radiomode
moved single arrays named "default_timing" and "timing_setting_name" into struct named "timing_setting" This is a partial port from original Neutrino, The default timeout for radiomode is 0 (no timeout), this timeout has more sense e.g. with radiotext git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1504 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -27,27 +27,6 @@
|
||||
#include <zapit/settings.h>
|
||||
#include <zapit/satconfig.h>
|
||||
|
||||
const int default_timing[TIMING_SETTING_COUNT] =
|
||||
{
|
||||
0,
|
||||
60,
|
||||
240,
|
||||
6,
|
||||
60,
|
||||
3
|
||||
};
|
||||
|
||||
const neutrino_locale_t timing_setting_name[TIMING_SETTING_COUNT] =
|
||||
{
|
||||
LOCALE_TIMING_MENU,
|
||||
LOCALE_TIMING_CHANLIST,
|
||||
LOCALE_TIMING_EPG,
|
||||
LOCALE_TIMING_INFOBAR,
|
||||
LOCALE_TIMING_FILEBROWSER,
|
||||
LOCALE_TIMING_NUMERICZAP
|
||||
};
|
||||
|
||||
|
||||
CScanSettings::CScanSettings(void)
|
||||
: configfile('\t')
|
||||
{
|
||||
|
Reference in New Issue
Block a user