From a321947e4713535af2cb1944bb7d6bc1688b6e50 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 15 Jan 2006 16:04:05 +0100 Subject: [PATCH] Fixed a second place where a message should be given when an instant recording is started --- CONTRIBUTORS | 4 ++++ HISTORY | 5 +++++ config.h | 6 +++--- vdr.c | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dadcf8c9..4f5769c9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1655,3 +1655,7 @@ Andr Jürgen Schilling for reporting that color buttons were displayed in the recording info menu if it has been invoked from a player + +Jesus Bravo Alvarez + for reporting a second place where a message should be given when an instant + recording is started diff --git a/HISTORY b/HISTORY index 3a657c0e..0e2c5366 100644 --- a/HISTORY +++ b/HISTORY @@ -4189,3 +4189,8 @@ Video Disk Recorder Revision History Ahrenberg). - No longer displaying color buttons in the recording info menu if it has been invoked from a player (reported by Jürgen Schilling). + +2006-01-15: Version 1.3.40 + +- Fixed a second place where a message should be given when an instant recording + is started (reported by Jesus Bravo Alvarez). diff --git a/config.h b/config.h index 3d63ec62..03e44516 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.240 2006/01/13 15:17:19 kls Exp $ + * $Id: config.h 1.241 2006/01/15 16:01:48 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.39" -#define VDRVERSNUM 10339 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.40" +#define VDRVERSNUM 10340 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 diff --git a/vdr.c b/vdr.c index bd4f9504..4c5aa7c2 100644 --- a/vdr.c +++ b/vdr.c @@ -22,7 +22,7 @@ * * The project's page is at http://www.cadsoft.de/vdr * - * $Id: vdr.c 1.238 2006/01/15 13:31:57 kls Exp $ + * $Id: vdr.c 1.239 2006/01/15 16:01:32 kls Exp $ */ #include @@ -901,7 +901,7 @@ int main(int argc, char *argv[]) case kRecord: if (!cControl::Control()) { if (cRecordControls::Start()) - ;//XXX Skins.Message(mtInfo, tr("Recording")); + Skins.Message(mtInfo, tr("Recording started")); else Skins.Message(mtError, tr("No free DVB device to record!")); key = kNone; // nobody else needs to see this key