From 64ddfca3b0e37d877bb3cb247fb8b2ad810dd47f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 9 Jun 2003 18:00:00 +0200 Subject: Version 1.2.1 - Fixed OSD access in case none of the devices provides one (thanks to Axel Gruber for reporting this one). - Fixed editing channels ('timers.conf' was not written after a channel has been modified, which could result in errors upon the next start of VDR). - Fixed a crash when canceling a newly created timer (thanks to Thomas Schmidt for reporting this one). - Completed Hungarian language texts (thanks to Istvan Koenigsberger and Guido Josten). - Fixed device handling in the CICAM menu in case a VDR instance was started with a specific device using the -D option (thanks to Gerald Raaf for reporting ths one). - Initializing the current channel to '1' to avoid a crash in creating a new timer in case there is no device in the system that can actually receive any channel (thanks to Malcolm Caldwell for reporting this one). - Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf Ahrenberg). --- svdrp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'svdrp.c') diff --git a/svdrp.c b/svdrp.c index 6dafddd..e9f2216 100644 --- a/svdrp.c +++ b/svdrp.c @@ -10,7 +10,7 @@ * and interact with the Video Disk Recorder - or write a full featured * graphical interface that sits on top of an SVDRP connection. * - * $Id: svdrp.c 1.51 2003/04/27 14:21:07 kls Exp $ + * $Id: svdrp.c 1.52 2003/06/06 13:30:52 kls Exp $ */ #include "svdrp.h" @@ -790,6 +790,7 @@ void cSVDRP::CmdMODC(const char *Option) Channels.ReNumber(); Channels.Save(); isyslog("modifed channel %d %s", channel->Number(), channel->ToText()); + Timers.Save(); Reply(250, "%d %s", channel->Number(), channel->ToText()); } else -- cgit v1.2.3