diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-11-16 13:29:34 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-11-16 13:29:34 +0100 |
commit | cca9d858a7db91f6d73e19d588732e789dc10b4f (patch) | |
tree | a10a417a7a358d56ef7f568802a417b6e0ce317b /HISTORY | |
parent | 7b634a092cd77edeaa6ab51f424bc1211af25d7d (diff) | |
download | vdr-cca9d858a7db91f6d73e19d588732e789dc10b4f.tar.gz vdr-cca9d858a7db91f6d73e19d588732e789dc10b4f.tar.bz2 |
Fixed uninitialized item area coordinates in cSkinLCARSDisplayMenu
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7854,9 +7854,11 @@ Video Disk Recorder Revision History the last replayed recording (if any) by pressing Ok repeatedly in the Recordings menu. -2013-10-29: Version 2.0.5 +2013-11-16: Version 2.0.5 - The LIRC remote control now connects to the socket even if it doesn't yet exist when VDR is started (thanks to Lars Hanisch). - Fixed a missing initialization in the c'tor of cSkinLCARSDisplayChannel (thanks to Marko Mäkelä). +- Fixed uninitialized item area coordinates in cSkinLCARSDisplayMenu (reported by + Marko Mäkelä). |