diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-06-13 14:12:17 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-06-13 14:12:17 +0200 |
commit | 1c8ae68620543c5a5d8fbe313f02a92e1dde4f06 (patch) | |
tree | d1ef5b227f1b08c80dc75e35c378f435bcfe7707 /epgsearchext.h | |
parent | 7caf8219ca7295a0f25bb1789f9658c4b3c324ff (diff) | |
download | vdr-plugin-epgsearch-1c8ae68620543c5a5d8fbe313f02a92e1dde4f06.tar.gz vdr-plugin-epgsearch-1c8ae68620543c5a5d8fbe313f02a92e1dde4f06.tar.bz2 |
turned 'compare expression' in 'compare date' for easier handling in OSD
Diffstat (limited to 'epgsearchext.h')
-rw-r--r-- | epgsearchext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearchext.h b/epgsearchext.h index 9a61f5b..489deed 100644 --- a/epgsearchext.h +++ b/epgsearchext.h @@ -150,7 +150,7 @@ public: int compareSubtitle; int compareSummary; int compareSummaryMatchInPercent; - char compareExpression[MaxFileName]; + int compareDate; int allowedRepeats; unsigned long catvaluesAvoidRepeat; int repeatsWithinDays; |