summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-21 13:18:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-21 13:18:26 +0200
commit354910faab19e9d32dd3f1a7492ba9f685923ba8 (patch)
tree0ea4a7122148942e14af83d33e50457f01ebfe40 /vdr.c
parent0f1f2778198c161db2c1b20bdd29ff4a6e9326e1 (diff)
downloadvdr-354910faab19e9d32dd3f1a7492ba9f685923ba8.tar.gz
vdr-354910faab19e9d32dd3f1a7492ba9f685923ba8.tar.bz2
If the Channel+/- keys are pressed while in the Schedules menu, the menu is now switched to the EPG of the new current channel
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vdr.c b/vdr.c
index 4fc2bf1e..41dbc8f4 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.tvdr.de
*
- * $Id: vdr.c 4.13 2017/05/01 13:00:51 kls Exp $
+ * $Id: vdr.c 4.14 2017/05/21 12:31:37 kls Exp $
*/
#include <getopt.h>
@@ -1282,7 +1282,6 @@ int main(int argc, char *argv[])
}
else
cDevice::SwitchChannel(NORMALKEY(key) == kChanUp ? 1 : -1);
- key = kNone; // nobody else needs to see these keys
break;
// Volume control:
case kVolUp|k_Repeat: