summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-02-27 13:40:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-02-27 13:40:43 +0100
commit61c6b36bbc2b624dba44082701818d843f4f00b3 (patch)
treefb06594cdd7fd38c4892ef97eec281d400c88046 /menu.c
parentcd3c26b815d5f021670d8476ae8ef04f334ed1ab (diff)
downloadvdr-61c6b36bbc2b624dba44082701818d843f4f00b3.tar.gz
vdr-61c6b36bbc2b624dba44082701818d843f4f00b3.tar.bz2
While replaying, the editing marks are now updated every 10 seconds
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 d68a724d..2ba1de8e 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 2.27 2011/02/26 15:28:32 kls Exp $
+ * $Id: menu.c 2.28 2011/02/27 12:37:48 kls Exp $
*/
#include "menu.h"
@@ -4742,6 +4742,8 @@ eOSState cReplayControl::ProcessKey(eKeys Key)
{
if (!Active())
return osEnd;
+ if (Key == kNone)
+ marks.Update();
if (visible) {
if (timeoutShow && time(NULL) > timeoutShow) {
Hide();