diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-29 11:31:12 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-29 11:31:12 +0100 |
commit | 573cf3fc8b469dd40698b3518f3200e5c91d878c (patch) | |
tree | 1fa195628ccbb147d7ba9664f8005a5a6f084b3b /HISTORY | |
parent | 0364b026cf62d105f424ba47f37091b39fd2c96e (diff) | |
download | vdr-573cf3fc8b469dd40698b3518f3200e5c91d878c.tar.gz vdr-573cf3fc8b469dd40698b3518f3200e5c91d878c.tar.bz2 |
Changed several calls to Skins.Message() in vdr.c to Skins.QueueMessage() in order to avoid a black screen while such a message is displayed in case the channel will be switched
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7534,7 +7534,7 @@ Video Disk Recorder Revision History - Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings in case the primary device can't handle the current live signal. -2013-01-27: Version 1.7.37 +2013-01-29: Version 1.7.37 - Now also using FindHeader() in cMpeg2Fixer::AdjTref() (pointed out by Sören Moch). - Added missing template for DVBDIR to Make.config.template (reported by Derek Kelly). @@ -7553,3 +7553,6 @@ Video Disk Recorder Revision History - Fixed possible audio chatter when a recording is replayed to its very end. - Added dependency on 'i18n' to 'install-i18n' in the VDR Makefile (thanks to Tobias Grimm). +- Changed several calls to Skins.Message() in vdr.c to Skins.QueueMessage() in order to + avoid a black screen while such a message is displayed in case the channel will be + switched (reported by Uwe Scheffler). |