summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-14 15:16:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-14 15:16:46 +0100
commit11e04d4228b00126fa2a9992a6b6e264d8d71ea3 (patch)
tree1c79af7c18ccd921b67750d647a7b773741e9e6c /HISTORY
parent62dfd2f996cb9480ea2c1db054a2fa657de0900b (diff)
downloadvdr-11e04d4228b00126fa2a9992a6b6e264d8d71ea3.tar.gz
vdr-11e04d4228b00126fa2a9992a6b6e264d8d71ea3.tar.bz2
Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recording.h to config.h and using them to initialize Setup.NameInstantRecord
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 37136f79..8acb3272 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7615,3 +7615,6 @@ Video Disk Recorder Revision History
- No longer checking for EOPNOTSUPP in cDvbTuner::GetSignalQuality() to avoid breaking
this function in case the driver suddenly decides to return a different errno value
if an operation is not supported.
+- Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recording.h to
+ config.h and using them to initialize Setup.NameInstantRecord (avoids having the same
+ information in two places).