diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-07 10:31:59 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-07 10:31:59 +0100 |
commit | 2ef5ba57101fbc9fc38c1687b405dca127183c78 (patch) | |
tree | 60d95c8daca8a0bdbba131035413c4303770960c /dvbdevice.h | |
parent | f2d44b3d60fc8d8aad83eb5595c59c19b4d0739a (diff) | |
download | vdr-2ef5ba57101fbc9fc38c1687b405dca127183c78.tar.gz vdr-2ef5ba57101fbc9fc38c1687b405dca127183c78.tar.bz2 |
Fixed a short glitch when starting a recording on the primary device while in replay or transfer mode
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index 7dd6174d..1817f371 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 1.29 2004/10/30 14:48:27 kls Exp $ + * $Id: dvbdevice.h 1.30 2004/11/07 10:25:16 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -56,7 +56,7 @@ public: private: cDvbTuner *dvbTuner; - void TurnOffLiveMode(void); + void TurnOffLiveMode(bool LiveView); public: virtual bool ProvidesSource(int Source) const; virtual bool ProvidesTransponder(const cChannel *Channel) const; |