From dd02e353512db5897ea329f12cf9e151f7ac6c86 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 25 Mar 2013 22:59:25 +0100 Subject: fixed evaluation of extended epg variables in expressions --- README | 2 +- epgsearch.c | 2 +- uservars.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index b16bb82..b18b191 120000 --- a/README +++ b/README @@ -1 +1 @@ -./doc/en/epgsearch.1.txt \ No newline at end of file +README.git \ No newline at end of file diff --git a/epgsearch.c b/epgsearch.c index bb84fb6..1214685 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -69,7 +69,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "confdloader.h" #include "pending_notifications.h" -static const char VERSION[] = "1.0.1.beta3"; +static const char VERSION[] = "1.0.1.beta4"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals diff --git a/uservars.h b/uservars.h index 56ccb04..f098750 100644 --- a/uservars.h +++ b/uservars.h @@ -834,7 +834,7 @@ class cUserVars : public cList { string varName = SearchExtCat->name; std::transform(varName.begin(), varName.end(), varName.begin(), tolower); cExtEPGVar* extEPGVar = new cExtEPGVar(varName); - extEPGVars[varName] = extEPGVar; + extEPGVars[extEPGVar->Name()] = extEPGVar; SearchExtCat = SearchExtCats.Next(SearchExtCat); } } -- cgit v1.2.3