summaryrefslogtreecommitdiff
path: root/epgsearch.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-04-21 19:07:52 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-04-21 19:07:52 +0200
commite6bd92773bdd36685070a1e06b677fd6bc539a70 (patch)
tree2551ea5b49384db66aa6406279e195a127d82c92 /epgsearch.c
parent59407d314666e9c334e8af7d8300dcf0198f60ea (diff)
downloadvdr-plugin-epgsearch-e6bd92773bdd36685070a1e06b677fd6bc539a70.tar.gz
vdr-plugin-epgsearch-e6bd92773bdd36685070a1e06b677fd6bc539a70.tar.bz2
direct timer programming in timer edit menu
Diffstat (limited to 'epgsearch.c')
-rw-r--r--epgsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c
index 3afa1c1..90d7e41 100644
--- a/epgsearch.c
+++ b/epgsearch.c
@@ -245,7 +245,7 @@ bool cPluginEpgsearch::Service(const char *Id, void *Data)
return true;
}
- if (strcmp(Id, "Epgsearch-exttimeredit-v1.0") == 0) {
+ if (strcmp(Id, "Epgsearch-exttimeredit-v1.0") == 0 && !EPGSearchConfig.useVDRTimerEditMenu) {
if (Data == NULL)
return true;