Fixed a possible crash when displaying the "Low disk space!" message from a background thread

This commit is contained in:
Klaus Schmidinger
2005-12-18 12:43:17 +01:00
parent 78990eb188
commit df13d22c6c
3 changed files with 8 additions and 2 deletions

View File

@@ -3984,3 +3984,5 @@ Video Disk Recorder Revision History
- Fixed handling the DELETEDLIFETIME when removing deleted recordings. Now
a deleted recording is retained at least DELETEDLIFETIME seconds before
actually removing it (unless a new recording requires the disk space).
- Fixed a possible crash when displaying the "Low disk space!" message from
a background thread (thanks to Christof Steininger).