summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-15 10:36:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-15 10:36:31 +0200
commitda75e89a0bbabc067054fed6958e7e851b6ea78e (patch)
tree8bace9a3ea2c8ad854997b5d9eefba852ffc29d7 /menu.c
parent1a2c3e1b842517671089f4088179335aa33b7831 (diff)
downloadvdr-da75e89a0bbabc067054fed6958e7e851b6ea78e.tar.gz
vdr-da75e89a0bbabc067054fed6958e7e851b6ea78e.tar.bz2
Fixed going into 'Jump' mode while the replay mode display is active
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 3 insertions, 1 deletions
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)