summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-16 16:12:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-16 16:12:02 +0200
commit9f18dbc8cfa3446938656f1cea1ed18ff31ec386 (patch)
tree07e4b963c83207470c013ca21504d85b1630caf4 /menu.c
parent1125f053844ee392fd1b999dd1d9eab754303a2b (diff)
downloadvdr-9f18dbc8cfa3446938656f1cea1ed18ff31ec386.tar.gz
vdr-9f18dbc8cfa3446938656f1cea1ed18ff31ec386.tar.bz2
Fixed a crash in the time search mechanism
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 8fc67739..f8bb0f17 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.312 2004/10/16 10:24:11 kls Exp $
+ * $Id: menu.c 1.313 2004/10/16 16:10:42 kls Exp $
*/
#include "menu.h"
@@ -3076,6 +3076,7 @@ void cReplayControl::Hide(void)
modeOnly = false;
lastPlay = lastForward = false;
lastSpeed = -1;
+ timeSearchActive = false;
}
}