From 02c5106555dbd85bbd6fa0c495a7b979cd54c012 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 18 Nov 2000 16:31:48 +0100 Subject: Fixed unwanted reaction on the 'Green' and 'Yellow' button in the 'Event' display --- menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index a11fc636..3cf83281 100644 --- a/menu.c +++ b/menu.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 1.51 2000/11/18 15:42:39 kls Exp $ + * $Id: menu.c 1.52 2000/11/18 16:30:13 kls Exp $ */ #include "menu.h" @@ -1149,6 +1149,8 @@ eOSState cMenuEvent::ProcessKey(eKeys Key) if (state == osUnknown) { switch (Key) { + case kGreen: + case kYellow: return osContinue; case kOk: return osBack; default: break; } -- cgit v1.2.3