diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-15 11:21:14 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-15 11:21:14 +0200 |
commit | 69c17e7101a472f2d5b048bf1464a6bca27bcf6e (patch) | |
tree | 843be957e0f32fa2cd6bfc420cac6020a205fbc0 /HISTORY | |
parent | 8680d9213610cdcdd2eff0c53c436f08a748804c (diff) | |
download | vdr-69c17e7101a472f2d5b048bf1464a6bca27bcf6e.tar.gz vdr-69c17e7101a472f2d5b048bf1464a6bca27bcf6e.tar.bz2 |
Avoiding unnecessary OSD draw operations caused by the audio track description display in the ST:TNG skin's channel display
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3672,7 +3672,7 @@ Video Disk Recorder Revision History to Andreas Böttger). - Fixed a memory leak in the SVDRP command LSTE (thanks to Stefan Huelswitt). -2005-08-14: Version 1.3.29 +2005-08-15: Version 1.3.29 - Fixed a race condition in cTransfer (thanks to Klaus ??? for reporting this one). In doing so, the 'active' variables used by the actual derived cThread classes @@ -3694,3 +3694,6 @@ Video Disk Recorder Revision History problem with this). - Pressing Ok while entering a channel number now immediately switches to that channel, without waiting for further input. +- Avoiding unnecessary OSD draw operations caused by the audio track description + display in the ST:TNG skin's channel display (thanks to Oliver Endriss for reporting + this). |