From da75e89a0bbabc067054fed6958e7e851b6ea78e Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 15 Sep 2001 10:36:31 +0200 Subject: Fixed going into 'Jump' mode while the replay mode display is active --- menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/menu.c b/menu.c index 49897110..98fd3023 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.119 2001/09/14 15:10:12 kls Exp $ + * $Id: menu.c 1.120 2001/09/15 10:36:31 kls Exp $ */ #include "menu.h" @@ -2569,6 +2569,8 @@ void cReplayControl::TimeSearch(void) { timeSearchHH = timeSearchMM = timeSearchPos = 0; timeSearchHide = false; + if (modeOnly) + Hide(); if (!visible) { Show(); if (visible) -- cgit v1.2.3