diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-03-27 14:56:46 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-03-27 14:56:46 +0200 |
commit | 78e46078a57cc11924b9354ca45045c12cd6714f (patch) | |
tree | 13ef412df512f3e54a5098063de37db2655c7623 /menu_searchedit.h | |
parent | f5cb8d753eeaceaa0fa27544b349584d3b56e119 (diff) | |
download | vdr-plugin-epgsearch-78e46078a57cc11924b9354ca45045c12cd6714f.tar.gz vdr-plugin-epgsearch-78e46078a57cc11924b9354ca45045c12cd6714f.tar.bz2 |
dropped option 'yes' in 'compare subtitle' when checking for a repeat and replaced it with 'if present'
Diffstat (limited to 'menu_searchedit.h')
-rw-r--r-- | menu_searchedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_searchedit.h b/menu_searchedit.h index 0a2e5ed..cb11672 100644 --- a/menu_searchedit.h +++ b/menu_searchedit.h @@ -52,7 +52,7 @@ protected: char *BlacklistModes[3]; char *DelModes[3]; char *SearchActiveModes[3]; - char *CompareSubtitleModes[3]; + char *CompareSubtitleModes[2]; std::vector<int> contentStringIDs; int useContentDescriptors; int *contentStringsFlags; |