- followscreenings: re-add possibility to show followscreenings in every case

This commit replaces formerly commit f2437b5b06c38f474c06fb295a315ecbb3adff4e

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2016-11-15 00:05:02 +01:00
committed by Thilo Graf
parent 2b25a7ec1b
commit 9760861df5
7 changed files with 22 additions and 6 deletions

View File

@@ -174,10 +174,12 @@ const CMenuOptionChooser::keyval END_OF_RECORDING[END_OF_RECORDING_COUNT] =
{1, LOCALE_RECORDINGMENU_END_OF_RECORDING_EPG}
};
const CMenuOptionChooser::keyval timer_followscreenings_options[] =
{
{CFollowScreenings::FOLLOWSCREENINGS_OFF ,LOCALE_OPTIONS_OFF },
{CFollowScreenings::FOLLOWSCREENINGS_ON ,LOCALE_OPTIONS_ON }
{0, LOCALE_OPTIONS_OFF},
{1, LOCALE_OPTIONS_ON},
{2, LOCALE_OPTIONS_ALWAYS}
};
size_t timer_followscreenings_options_count = sizeof(timer_followscreenings_options)/sizeof(CMenuOptionChooser::keyval);