summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-09 11:28:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-09 11:28:59 +0200
commit56d49abc22f61b5343f2e99fa1511508cf1d7aba (patch)
tree15341205649860a22e66c69beb737ad782108d13 /HISTORY
parent2cd5bf83fb53642aaaee76dc8a80a3e4a6260339 (diff)
downloadvdr-56d49abc22f61b5343f2e99fa1511508cf1d7aba.tar.gz
vdr-56d49abc22f61b5343f2e99fa1511508cf1d7aba.tar.bz2
cSkins::QueueMessage() called from a background thread with an empty message now clears all messages that have been previously queued by that thread
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index dd097fae..d50ea48f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4481,3 +4481,6 @@ Video Disk Recorder Revision History
- Now avoiding the 'actual' device when starting a recording, so that a Transfer
Mode for live tv isn't interrupted.
- Fixed a typo in skins.h (thanks to Alexander Rieger).
+- cSkins::QueueMessage() called from a background thread with an empty message
+ now clears all messages that have been previously queued by that thread and have
+ not yet beed displayed (thanks to Alexander Rieger).