diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-11 10:08:21 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-11 10:08:21 +0100 |
commit | 169bfc012856ef0d7d86734c922cd49ea1dfe2e5 (patch) | |
tree | 7617860e2caa80526fdff840b233c69718a27de5 /HISTORY | |
parent | 03658cd48043c0efdede21718d06aceec0c6b93e (diff) | |
download | vdr-169bfc012856ef0d7d86734c922cd49ea1dfe2e5.tar.gz vdr-169bfc012856ef0d7d86734c922cd49ea1dfe2e5.tar.bz2 |
Changed the type of the TimerMatch parameter in cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent'
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7416,3 +7416,8 @@ Video Disk Recorder Revision History SetItemRecording() of the cSkinDisplayMenu class can be reimplemented by skin plugins to display these items in a more elaborate way than just a simple line of text. + +2012-12-11: Version 1.7.34 + +- Changed the type of the TimerMatch parameter in cSkinDisplayMenu::SetItemEvent() from + 'int' to 'eTimerEvent' (reported by Christoph Haubrich). |