diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-22 13:51:48 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-22 13:51:48 +0200 |
commit | c32864756051a976e87879cd5827f4d95b5d55d5 (patch) | |
tree | a33220d629f2a5108957f1f42547d4cdd0e70f6f /config.c | |
parent | ec9cb35acb536540003caed72b56156b960458d5 (diff) | |
download | vdr-c32864756051a976e87879cd5827f4d95b5d55d5.tar.gz vdr-c32864756051a976e87879cd5827f4d95b5d55d5.tar.bz2 |
Implemented Channel Display
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'osm.c' for copyright information and * how to reach the author. * - * $Id: config.c 1.3 2000/04/15 12:48:00 kls Exp $ + * $Id: config.c 1.4 2000/04/22 13:32:27 kls Exp $ */ #include "config.h" @@ -206,7 +206,6 @@ bool cChannel::Switch(void) if (!DvbApi.Recording()) { isyslog(LOG_INFO, "switching to channel %d", Index() + 1); CurrentChannel = Index(); - Interface.DisplayChannel(CurrentChannel + 1, name); for (int i = 3; --i;) { if (DvbApi.SetChannel(frequency, polarization, diseqc, srate, vpid, apid, ca, pnr)) return true; |