diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-02-21 15:30:35 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-02-21 15:30:35 +0100 |
commit | 6fef98aa971f8ee51b21d95f9fe3f975a13858f1 (patch) | |
tree | 9a08f57ac8377d16a35c1a84b0609b49a58318fe /config.h | |
parent | c969c77d9c5faed74e429a60c9eaa00b4b84ec1f (diff) | |
download | vdr-6fef98aa971f8ee51b21d95f9fe3f975a13858f1.tar.gz vdr-6fef98aa971f8ee51b21d95f9fe3f975a13858f1.tar.bz2 |
Implemented an "EPG linger time"
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.187 2004/02/09 17:04:09 kls Exp $ + * $Id: config.h 1.188 2004/02/21 15:04:53 kls Exp $ */ #ifndef __CONFIG_H @@ -220,6 +220,7 @@ public: int EPGLanguages[I18nNumLanguages + 1]; int EPGScanTimeout; int EPGBugfixLevel; + int EPGLinger; int SVDRPTimeout; int ZapTimeout; int SortTimers; |