summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-04-20 09:23:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-04-20 09:23:02 +0200
commit9b840b07c434702a3b39aae79c1c001fa4f7a66a (patch)
tree9166ab7295a4d09c0f285e7d78fe6cd66c1b4110 /menu.c
parent59aecc02543712f13913cb8c043865a692336c7d (diff)
downloadvdr-9b840b07c434702a3b39aae79c1c001fa4f7a66a.tar.gz
vdr-9b840b07c434702a3b39aae79c1c001fa4f7a66a.tar.bz2
Fixed a crash when selecting the 'Jump' function directly after setting an editing mark
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 147ef735..ed219cdd 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.186 2002/04/20 09:06:51 kls Exp $
+ * $Id: menu.c 1.187 2002/04/20 09:17:08 kls Exp $
*/
#include "menu.h"
@@ -3282,6 +3282,7 @@ void cReplayControl::TimeSearch(void)
else
return;
}
+ timeoutShow = 0;
TimeSearchDisplay();
timeSearchActive = true;
}