summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-08-06 09:20:04 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-08-06 09:20:04 +0200
commitf4138799367f1cf9ff1562567503ede6f9470057 (patch)
tree7f524deff72842950509b135681cfc8c3c9d3152 /HISTORY
parentc78a784fb234c0687be00a4cbef0ee4ddb0a3184 (diff)
downloadvdr-f4138799367f1cf9ff1562567503ede6f9470057.tar.gz
vdr-f4138799367f1cf9ff1562567503ede6f9470057.tar.bz2
Modified the cSVDRP::Close() function to avoid code duplication1.4.1-3
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ba2e38c5..1a35c12a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4835,7 +4835,7 @@ Video Disk Recorder Revision History
only done for normal keypresses, not for repeated ones. This allows the user to
scroll the value all the way to the limit by keeping the key pressed.
-2006-08-05: Version 1.4.1-3
+2006-08-06: Version 1.4.1-3
- Fixed assigning schedules to channels in case there is no initial EPG information
(thanks to Frank Schmirler).
@@ -4857,3 +4857,4 @@ Video Disk Recorder Revision History
- Avoiding shutdown message "Recording in ... minutes, shut down anyway?" with
a negative number of minutes (reported by Udo Richter).
- Fixed getting the next active timer when shutting down (thanks to Udo Richter).
+- Modified the cSVDRP::Close() function to avoid code duplication.