From 354910faab19e9d32dd3f1a7492ba9f685923ba8 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 21 May 2017 13:18:26 +0200 Subject: If the Channel+/- keys are pressed while in the Schedules menu, the menu is now switched to the EPG of the new current channel --- vdr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vdr.c') 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 @@ -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: -- cgit v1.2.3