diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-30 13:23:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-30 13:23:54 +0200 |
commit | 77b56da51f2aa2ddebb235a4fb3d5a145eec36ef (patch) | |
tree | 2711963c2184f5caf809937b26dc4db076829157 /HISTORY | |
parent | de86dc7d01eca1e890027ea80aebdbb407c640fb (diff) | |
download | vdr-77b56da51f2aa2ddebb235a4fb3d5a145eec36ef.tar.gz vdr-77b56da51f2aa2ddebb235a4fb3d5a145eec36ef.tar.bz2 |
Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after going into "Pause live video" mode1.2.0pre1
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2209,7 +2209,7 @@ Video Disk Recorder Revision History - It is now possible to directly delete a timer that is currently recording (thanks to Alexander Damhuis for reporting this one). -2003-05-29: Version 1.2.0pre1 +2003-05-30: Version 1.2.0pre1 - Some corrections to the French OSD texts (thanks to Olivier Jacques). - Fixed some missing commas in i18n.c (thanks to Dimitrios Dimitrakos for @@ -2217,9 +2217,8 @@ Video Disk Recorder Revision History - Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf Ahrenberg). - Completed the Italian OSD texts (thanks to Antonio Ospite). -- Added an additional sleep() after going into "Pause live video" mode to avoid - breaking off replay in case the user hits "Play" or "Pause" too soon (thanks - to Karim Afifi for reporting ths one). +- Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after + going into "Pause live video" mode (thanks to Karim Afifi for reporting ths one). - Some corrections to the Catalanian OSD texts (thanks to Jordi Vilà). - Single event timers are now deleted if the recording they are doing is deleted before the timer ends. |