diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-07-10 19:54:36 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-07-10 19:54:36 +0200 |
commit | c710608b32f65500d70620275db178834bec1a1f (patch) | |
tree | a4114b7a3720c5d7323d8f06c5184776134f6e5a /epgsearch.c | |
parent | 4ab563aad38a3278062f21bbd76375f4c92e2839 (diff) | |
download | vdr-plugin-epgsearch-c710608b32f65500d70620275db178834bec1a1f.tar.gz vdr-plugin-epgsearch-c710608b32f65500d70620275db178834bec1a1f.tar.bz2 |
when an incomplete recording triggers a search timer update for a search timer with 'avoid repeats' now running events are ignored for the repeats.
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c index 6e23e09..ad63fad 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -69,7 +69,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <langinfo.h> #endif -static const char VERSION[] = "0.9.25.beta1"; +static const char VERSION[] = "0.9.25.beta2"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |