diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-12-02 10:35:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-12-02 10:35:27 +0100 |
commit | 661da094e14b6ab76eae98a5eeb2c3ac6c914df4 (patch) | |
tree | be9e175c7df58027f867e85e2329820781fa0e55 /HISTORY | |
parent | ddcb37300faca0631f5cbd931f5174fe35c27e38 (diff) | |
download | vdr-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 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5002,3 +5002,7 @@ Video Disk Recorder Revision History - Added a missing 'const' to cRecordingInfo::ChannelID() (reported by Andreas Brugger). This required the APIVERSION to be increased, so plugins will have to be recompiled. +- Now calling cPluginManager::Active() only if VDR is really trying to shut down, + and waiting for 5 minutes before calling it again (thanks to Jörg Wendel for + reporting that cPlugin::Active() was called too often, and to Udo Richter for + some hints on how to improve this). |