mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
parental protection: make zaptime configurable
Conflicts:
data/locale/english.locale
src/gui/channellist.cpp
src/gui/parentallock_setup.cpp
src/neutrino.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: a12f4c0274
Author: martii <m4rtii@gmx.de>
Date: 2013-06-23 (Sun, 23 Jun 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1799,6 +1799,7 @@ typedef enum
|
||||
LOCALE_PARENTALLOCK_ONSIGNAL,
|
||||
LOCALE_PARENTALLOCK_PARENTALLOCK,
|
||||
LOCALE_PARENTALLOCK_PROMPT,
|
||||
LOCALE_PARENTALLOCK_ZAPTIME,
|
||||
LOCALE_PERSONALIZE_ACCESS,
|
||||
LOCALE_PERSONALIZE_APPLY_SETTINGS,
|
||||
LOCALE_PERSONALIZE_BUTTON_AUTO,
|
||||
|
@@ -1799,6 +1799,7 @@ const char * locale_real_names[] =
|
||||
"parentallock.onsignal",
|
||||
"parentallock.parentallock",
|
||||
"parentallock.prompt",
|
||||
"parentallock.zaptime",
|
||||
"personalize.access",
|
||||
"personalize.apply_settings",
|
||||
"personalize.button_auto",
|
||||
|
@@ -568,6 +568,7 @@ struct SNeutrinoSettings
|
||||
int parentallock_prompt;
|
||||
int parentallock_lockage;
|
||||
int parentallock_defaultlocked;
|
||||
int parentallock_zaptime;
|
||||
std::string parentallock_pincode;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user