From ca31e8759115a5f123d69f2b93d51151a501229b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 23 Feb 2002 09:33:04 +0100 Subject: Saving 'timers.conf' after setting 'firstday' when deleting an ongoing recording --- menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu.c b/menu.c index 89bb4ab5..19c3ecb8 100644 --- a/menu.c +++ b/menu.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * 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" @@ -1757,6 +1757,7 @@ eOSState cMenuRecordings::Del(void) if (timer) { timer->SkipToday(); cRecordControls::Process(time(NULL)); + Timers.Save(); } } else -- cgit v1.2.3