diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-13 11:27:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-13 11:27:54 +0100 |
commit | 845d6f36c16f2409eff161f8005d9dd2a0a4bf50 (patch) | |
tree | e642b9bdcf716a1f1bae2456cba2751fb6502715 /menuitems.h | |
parent | 4dcbf19ea239f90d646893d9580c4edf90386036 (diff) | |
download | vdr-845d6f36c16f2409eff161f8005d9dd2a0a4bf50.tar.gz vdr-845d6f36c16f2409eff161f8005d9dd2a0a4bf50.tar.bz2 |
When toggling a timer between "Single" and "Repeating", the previous setting is now retained in case the user toggles back to the original value
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 3f2e4fd4..ffe99570 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.7 2012/03/08 12:38:46 kls Exp $ + * $Id: menuitems.h 2.8 2012/03/13 11:19:11 kls Exp $ */ #ifndef __MENUITEMS_H @@ -163,6 +163,7 @@ private: time_t *value; int *weekdays; time_t oldvalue; + int oldweekdays; int dayindex; int FindDayIndex(int WeekDays); virtual void Set(void); |