summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-06-13 14:48:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-06-13 14:48:41 +0200
commit263dc295089a2accc385c87c23b177314d65acea (patch)
tree9e3ec03a06e01758eec7863ec17d3fb8cbcf589e /config.h
parent61a9b0940378e395915048d7021706aa51714556 (diff)
downloadvdr-263dc295089a2accc385c87c23b177314d65acea.tar.gz
vdr-263dc295089a2accc385c87c23b177314d65acea.tar.bz2
The initial channel is now stored by the channel ID in the setup.conf file
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 0d76e939..f3421f7a 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 2.31 2011/05/15 11:46:30 kls Exp $
+ * $Id: config.h 2.32 2011/06/13 14:24:40 kls Exp $
*/
#ifndef __CONFIG_H
@@ -287,11 +287,11 @@ public:
int CurrentChannel;
int CurrentVolume;
int CurrentDolby;
- int InitialChannel;
int InitialVolume;
int ChannelsWrap;
int EmergencyExit;
int __EndData__;
+ cString InitialChannel;
cSetup(void);
cSetup& operator= (const cSetup &s);
bool Load(const char *FileName);