diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-06-14 15:12:02 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-06-14 15:12:02 +0200 |
commit | 85e5e7f66c4dbbebf484238e0852b7224450ae9b (patch) | |
tree | 713e66b391d2791fec8a43b18e5f1114ff338b79 /HISTORY | |
parent | 3b592ea06c26227308932e4568af044040860c47 (diff) | |
download | vdr-plugin-epgsearch-85e5e7f66c4dbbebf484238e0852b7224450ae9b.tar.gz vdr-plugin-epgsearch-85e5e7f66c4dbbebf484238e0852b7224450ae9b.tar.bz2 |
using cPlugin::MainThreadHook to trigger the first run of the background threads
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ new: - some speed enhancements, thanks to Tobias Bratfisch for providing patches - if the VPS time differs from the start time of an event the VPS marker is now 'v' instead of 'V' +- the first run of the background threads (searchtimer, switchtimer, conflict check) is now + triggered by the first call to cPlugin::MainThreadHook instead of waiting 20s after + VDRs startup. fixes: - fixed a crash when pressing 'Ok' in an empty timers done menu |