diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-21 13:18:26 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-21 13:18:26 +0200 |
commit | 354910faab19e9d32dd3f1a7492ba9f685923ba8 (patch) | |
tree | 0ea4a7122148942e14af83d33e50457f01ebfe40 /vdr.c | |
parent | 0f1f2778198c161db2c1b20bdd29ff4a6e9326e1 (diff) | |
download | vdr-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |