summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-12-02 10:35:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-12-02 10:35:27 +0100
commit661da094e14b6ab76eae98a5eeb2c3ac6c914df4 (patch)
treebe9e175c7df58027f867e85e2329820781fa0e55 /CONTRIBUTORS
parentddcb37300faca0631f5cbd931f5174fe35c27e38 (diff)
downloadvdr-661da094e14b6ab76eae98a5eeb2c3ac6c914df4.tar.gz
vdr-661da094e14b6ab76eae98a5eeb2c3ac6c914df4.tar.bz2
Now calling cPluginManager::Active() only if VDR is really trying to shut down, and waiting for 5 minutes before calling it again
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index c7869564..2a9ee3d1 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1476,6 +1476,7 @@ Udo Richter <udo_richter@gmx.de>
for suggesting that the function cThread::Cancel() should only set 'running' to
false and not actually kill the thread if the special value -1 is given
or fixing a possible segfault in cSkins::Message()
+ for some hints on how to improve handling cPluginManager::Active()
Sven Kreiensen <svenk@kammer.uni-hannover.de>
for his help in keeping 'channels.conf.terr' up to date
@@ -2038,3 +2039,6 @@ Boguslaw Juza <bogdan@uci.agh.edu.pl>
Ulf Kiener <webmaster@ulf-kiener.de>
for reporting a problem with audio track descriptions in the DVD plugin after a
replay has been stopped
+
+Jörg Wendel <vdr-ml@jwendel.de>
+ for reporting that cPlugin::Active() was called too often