diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2019-05-29 16:44:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2019-05-29 16:44:55 +0200 |
commit | 0873d146141bb86a24f2e9806b73362f49bc7d52 (patch) | |
tree | 075bd386ac9dceb4064d354c7613ae2a2a6bfd29 /HISTORY | |
parent | 712523f0040ec18846ded1dea8d1838e80566f02 (diff) | |
download | vdr-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-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |