diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-06-13 14:48:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-06-13 14:48:41 +0200 |
commit | 263dc295089a2accc385c87c23b177314d65acea (patch) | |
tree | 9e3ec03a06e01758eec7863ec17d3fb8cbcf589e /config.h | |
parent | 61a9b0940378e395915048d7021706aa51714556 (diff) | |
download | vdr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |