summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-15 16:13:10 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-15 16:13:10 +0100
commit6bef17cdecfc0f195409df6778cfa79293e9962c (patch)
tree5795208ac917ab18513542a953f5baf3a14f7d99 /HISTORY
parenta81e3699d13527ac8651969ddf0e0e411915d313 (diff)
downloadvdr-6bef17cdecfc0f195409df6778cfa79293e9962c.tar.gz
vdr-6bef17cdecfc0f195409df6778cfa79293e9962c.tar.bz2
When deleting the recording that is currently replayed, the replay is now stopped immediately
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 56740ac3..d4a293cd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5620,3 +5620,6 @@ Video Disk Recorder Revision History
for pointing out a possible problem if the return value is not checked).
Plugin authors may want to consider doing the same. For convenience there is now
an additional version of cString::sprintf() that accepts a va_list parameter.
+- When deleting the recording that is currently replayed, the replay is now
+ stopped immediately (thanks to Mikko Matilainen for reporting a possible crash
+ if the Info key is pressed after deleting the currently replayed recording).