summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-29 16:44:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-29 16:44:55 +0200
commit0873d146141bb86a24f2e9806b73362f49bc7d52 (patch)
tree075bd386ac9dceb4064d354c7613ae2a2a6bfd29 /HISTORY
parent712523f0040ec18846ded1dea8d1838e80566f02 (diff)
downloadvdr-0873d146141bb86a24f2e9806b73362f49bc7d52.tar.gz
vdr-0873d146141bb86a24f2e9806b73362f49bc7d52.tar.bz2
If cSkins::Message() is called from a background thread and Type is not mtStatus, the call is now automatically forwarded to QueueMessage()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c91c8dcc..f0010f55 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9415,3 +9415,5 @@ Video Disk Recorder Revision History
- Fixed inconsistent behavior in case only certain devices are used (selected by the '-D'
option).
- Fixed a wrong variable name in cFileName::cFileName().
+- If cSkins::Message() is called from a background thread and Type is not mtStatus,
+ the call is now automatically forwarded to QueueMessage().