diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-15 11:57:16 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-15 11:57:16 +0100 |
commit | 40bfe40368ad40916b23d4bd8b8c3293d1b03cc0 (patch) | |
tree | 73e15bd48ec73c7a2bbf954479f5781a970b0b3e /HISTORY | |
parent | e33824217bd2a6ed0bb756479bfa3204e42d4c43 (diff) | |
download | vdr-40bfe40368ad40916b23d4bd8b8c3293d1b03cc0.tar.gz vdr-40bfe40368ad40916b23d4bd8b8c3293d1b03cc0.tar.bz2 |
Fixed cOsd::GetBitmap() to always return NULL if a non-exising area is requested
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7417,8 +7417,9 @@ Video Disk Recorder Revision History plugins to display these items in a more elaborate way than just a simple line of text. -2012-12-11: Version 1.7.34 +2012-12-15: Version 1.7.34 - Changed the type of the TimerMatch parameter in cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent' (reported by Christoph Haubrich). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). +- Fixed cOsd::GetBitmap() to always return NULL if a non-exising area is requested. |