diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-11-15 15:23:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-11-15 15:23:43 +0100 |
commit | dfb9862460bdbc326d03574b79ddefb1d0d8dfd2 (patch) | |
tree | e74b681215892a39f490ae3929bbc4c5034908db /HISTORY | |
parent | 215fde71a3d9afdea9f24b3fbc77490642334110 (diff) | |
download | vdr-dfb9862460bdbc326d03574b79ddefb1d0d8dfd2.tar.gz vdr-dfb9862460bdbc326d03574b79ddefb1d0d8dfd2.tar.bz2 |
Fixed a missing initialization in the c'tor of cSkinLCARSDisplayChannel
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8032,7 +8032,7 @@ Video Disk Recorder Revision History the last replayed recording (if any) by pressing Ok repeatedly in the Recordings menu. -2013-11-11: Version 2.1.3 +2013-11-15: Version 2.1.3 - Changed the return value of cPositioner::HorizonLongitude() to 0 in case the latitude of the antenna location is beyond +/-81 degrees. @@ -8059,3 +8059,5 @@ Video Disk Recorder Revision History recording). - Removed '_' from the FileNameChars and CharMap translations in uk_UA.po. - Updated the Italian OSD texts (thanks to Diego Pierotto). +- Fixed a missing initialization in the c'tor of cSkinLCARSDisplayChannel (thanks to + Marko Mäkelä). |