Changed the type of the TimerMatch parameter in cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent'

This commit is contained in:
Klaus Schmidinger
2012-12-11 10:08:21 +01:00
parent 03658cd480
commit 169bfc0128
4 changed files with 14 additions and 7 deletions

View File

@@ -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).