From ea122312dd16a42f9c81574567f3cd1ab0bf47dd Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 22 Apr 2006 09:47:59 +0200 Subject: [PATCH] Fixed wrong credits for the patch that was used to implement cPlugin::Active() --- CONTRIBUTORS | 4 +--- HISTORY | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 337f9c1e..a96aee29 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -833,6 +833,7 @@ Sascha Volkenandt for reporting '\n' in an esyslog() call in osd.c for reporting missing '&' in the SetAreas() example in PLUGINS.html for reporting a memory leak in cString::operator=() + for a patch that was used as a base to implement cPlugin::Active() Malcolm Caldwell for modifying LOF handling to allow for C-band reception @@ -1840,9 +1841,6 @@ Richard Lithvall Tobias Grimm for suggesting to use geteuid() to check whether VDR is running as user 'root' -Peter Dittmann - for a patch that was used as a base to implement cPlugin::Active() - Helge Lenz for reporting a bug in setting the 'Delta' parameter when calling the shutdown script with no active timer diff --git a/HISTORY b/HISTORY index 676520d7..442b7d8b 100644 --- a/HISTORY +++ b/HISTORY @@ -4525,7 +4525,7 @@ Video Disk Recorder Revision History - Updated the Danish OSD texts (thanks to Mogens Elneff). - The new function cPlugin::Active() can be used by a plugin to indicate that it is still busy and the system should not shut down or restart (based on a patch - from Peter Dittmann). See PLUGINS.html for details. + from Sascha Volkenandt). See PLUGINS.html for details. - Fixed setting the 'Delta' parameter when calling the shutdown script with no active timer (reported by Helge Lenz). - In order to make sure that plugins are compiled with the same DVB driver header @@ -4632,3 +4632,4 @@ Video Disk Recorder Revision History - Updated the Danish OSD texts (thanks to Mogens Elneff). - Updated the Russian OSD texts (thanks to Oleg Roitburd). - Updated the Slovenian OSD texts (thanks to Matjaz Thaler). +- Fixed wrong credits for the patch that was used to implement cPlugin::Active().