diff options
author | Christian Wieninger <winni@debian.(none)> | 2007-11-28 19:12:20 +0100 |
---|---|---|
committer | Christian Wieninger <winni@debian.(none)> | 2007-11-28 19:12:20 +0100 |
commit | edd2bf455b0315a345662067a38675faa32894fc (patch) | |
tree | 1d86e0cd5e6056a3ffd95b8afc89ebfc3858bbfb /epgsearch.c | |
parent | 39b83ace1bfe87f260843c161c0da2844d6efe14 (diff) | |
download | vdr-plugin-epgsearch-edd2bf455b0315a345662067a38675faa32894fc.tar.gz vdr-plugin-epgsearch-edd2bf455b0315a345662067a38675faa32894fc.tar.bz2 |
- 0.9.24.beta14
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/epgsearch.c b/epgsearch.c index a819117..e858c42 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -64,7 +64,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_quicksearch.h" #include "menu_announcelist.h" -static const char VERSION[] = "0.9.24.beta10"; +static const char VERSION[] = "0.9.24.beta14"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals @@ -398,7 +398,6 @@ bool cPluginEpgsearch::Service(const char *Id, void *Data) serviceData->handler = autoHandler; return true; } - return false; } |