diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-08 13:51:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-08 13:51:00 +0100 |
commit | baf473aedf9289180efa6c28b15be30c831b2f5d (patch) | |
tree | 7f45d520396f4a946e418aa86bede0ca4dc63154 /menuitems.h | |
parent | 120fb54d495f3770dad3ea7d98b7abaacfc6bb0e (diff) | |
download | vdr-baf473aedf9289180efa6c28b15be30c831b2f5d.tar.gz vdr-baf473aedf9289180efa6c28b15be30c831b2f5d.tar.bz2 |
The Green button in the "Edit timer" menu can now be used to toggle between single shot and repeating timers
Diffstat (limited to 'menuitems.h')
-rw-r--r-- | menuitems.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/menuitems.h b/menuitems.h index db31bda4..3f2e4fd4 100644 --- a/menuitems.h +++ b/menuitems.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menuitems.h 2.6 2012/03/02 15:49:57 kls Exp $ + * $Id: menuitems.h 2.7 2012/03/08 12:38:46 kls Exp $ */ #ifndef __MENUITEMS_H @@ -168,6 +168,7 @@ private: virtual void Set(void); public: cMenuEditDateItem(const char *Name, time_t *Value, int *WeekDays = NULL); + void ToggleRepeating(void); virtual eOSState ProcessKey(eKeys Key); }; |