summaryrefslogtreecommitdiff
path: root/menu_searchedit.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-06-23 20:31:56 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-06-23 20:31:56 +0200
commit236d130b574d7a2559c448d061c64d034e93a94e (patch)
treeb1c389148ed3dc2829a4f8a1463b596e91168571 /menu_searchedit.h
parent29fb44c898ff29e7f195e3744bd081c5db2548be (diff)
downloadvdr-plugin-epgsearch-236d130b574d7a2559c448d061c64d034e93a94e.tar.gz
vdr-plugin-epgsearch-236d130b574d7a2559c448d061c64d034e93a94e.tar.bz2
- made some destructors virtual
- when creating search timers directly from EPG their default 'use channel' is now the corresponding channel of the event instead of the current channel
Diffstat (limited to 'menu_searchedit.h')
-rw-r--r--menu_searchedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_searchedit.h b/menu_searchedit.h
index 7ae867c..0bba2e5 100644
--- a/menu_searchedit.h
+++ b/menu_searchedit.h
@@ -59,7 +59,7 @@ protected:
void AddHelp(const char* helpText);
public:
- cMenuEditSearchExt(cSearchExt *SearchExt, bool New = false, bool Template = false);
+ cMenuEditSearchExt(cSearchExt *SearchExt, bool New = false, bool Template = false, bool FromEPG = false);
virtual ~cMenuEditSearchExt();
virtual void Set();
virtual eOSState ProcessKey(eKeys Key);