mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Followscreenings: add enumeration for a better readability
Origin commit data
------------------
Branch: ni/coolstream
Commit: 141d198b29
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
#include "record_setup.h"
|
||||
#include <gui/filebrowser.h>
|
||||
#include <gui/followscreenings.h>
|
||||
|
||||
#include <gui/widget/icons.h>
|
||||
#include <gui/widget/msgbox.h>
|
||||
@@ -173,6 +174,13 @@ 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 }
|
||||
};
|
||||
size_t timer_followscreenings_options_count = sizeof(timer_followscreenings_options)/sizeof(CMenuOptionChooser::keyval);
|
||||
|
||||
int CRecordSetup::showRecordSetup()
|
||||
{
|
||||
CMenuForwarder * mf;
|
||||
|
Reference in New Issue
Block a user