summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-03-03 10:27:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-03-03 10:27:23 +0100
commit030b41c3701b4cebd6a373a68c3f348934d9d907 (patch)
treee010ddf8954d24abb7e53593640dd086bc626737 /HISTORY
parent3766a71741f575b9057de4ebb6837b2373273884 (diff)
downloadvdr-030b41c3701b4cebd6a373a68c3f348934d9d907.tar.gz
vdr-030b41c3701b4cebd6a373a68c3f348934d9d907.tar.bz2
Changed the calls to Skins.QueueMessage() in vdr.c that are related to reporting the status of the editing process back to Skins.Message() in order to have them appear immediately
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6fa6af63..62a49388 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7645,7 +7645,7 @@ Video Disk Recorder Revision History
- Expanded tabs in PLUGINS/src/dvbhddevice/setup.c.
- Some formatting fixes.
-2013-03-01: Version 1.7.39
+2013-03-03: Version 1.7.39
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Updated the Polish OSD texts (thanks to Marek Nazarko).
@@ -7679,3 +7679,6 @@ Video Disk Recorder Revision History
of not retrying for 10 seconds (reported by Andreas Mair, with help from Oliver Endriss).
- Updated the Spanish OSD texts (thanks to Luca Olivetti).
- Updated the Hungarian language texts (thanks to István Füley).
+- Changed the calls to Skins.QueueMessage() in vdr.c that are related to reporting the
+ status of the editing process back to Skins.Message() in order to have them appear
+ immediately.