1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Saving 'timers.conf' after setting 'firstday' when deleting an ongoing recording

This commit is contained in:
Klaus Schmidinger 2002-02-23 09:33:04 +01:00
parent 3db87e806c
commit ca31e87591

3
menu.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: menu.c 1.155 2002/02/17 16:03:49 kls Exp $ * $Id: menu.c 1.156 2002/02/23 09:33:04 kls Exp $
*/ */
#include "menu.h" #include "menu.h"
@ -1757,6 +1757,7 @@ eOSState cMenuRecordings::Del(void)
if (timer) { if (timer) {
timer->SkipToday(); timer->SkipToday();
cRecordControls::Process(time(NULL)); cRecordControls::Process(time(NULL));
Timers.Save();
} }
} }
else else