From 5e731865a6e85e234b6a8daed9c671acaa21e6c1 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 31 Oct 2004 10:22:32 +0100 Subject: Making sure that timers and channels are only saved together --- recording.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recording.c') diff --git a/recording.c b/recording.c index e33e2315..5cb06571 100644 --- a/recording.c +++ b/recording.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.c 1.89 2004/07/17 11:22:29 kls Exp $ + * $Id: recording.c 1.90 2004/10/31 10:09:36 kls Exp $ */ #include "recording.h" @@ -335,7 +335,7 @@ cRecording::cRecording(cTimer *Timer, const char *Title, const char *Subtitle, c name = strreplace(name, TIMERMACRO_EPISODE, Subtitle); if (Timer->IsSingleEvent()) { Timer->SetFile(name); // this was an instant recording, so let's set the actual data - Timers.Save(); + Timers.SetModified(); } } else if (Timer->IsSingleEvent() || !Setup.UseSubtitle) -- cgit v1.2.3