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 /CONTRIBUTORS | |
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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 46a4c62b..c8861486 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2321,6 +2321,8 @@ Christoph Haubrich <christoph1.haubrich@arcor.de> for suggesting to check for NULL in cOsd::AddPixmap() for making modified editing marks be written to disk whenever the replay progress display gets hidden + for reporting a wrong type ('int' vs. 'eTimerEvent') in the declaration of + cSkinDisplayMenu::SetItemEvent() Pekka Mauno <pekka.mauno@iki.fi> for fixing cSchedule::GetFollowingEvent() in case there is currently no present |