summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-11 10:08:21 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-11 10:08:21 +0100
commit169bfc012856ef0d7d86734c922cd49ea1dfe2e5 (patch)
tree7617860e2caa80526fdff840b233c69718a27de5 /HISTORY
parent03658cd48043c0efdede21718d06aceec0c6b93e (diff)
downloadvdr-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--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1732f875..07d5bc60 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).