summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-14 10:29:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-14 10:29:05 +0100
commit80bdc9065093caca1c1da7373dd25a6b52bb5774 (patch)
tree3458586adb90f0236e085fd8acdd5552619d4f04 /menu.c
parentc402d57809e42137b4294185ed0b27af312f7471 (diff)
downloadvdr-80bdc9065093caca1c1da7373dd25a6b52bb5774.tar.gz
vdr-80bdc9065093caca1c1da7373dd25a6b52bb5774.tar.bz2
Now explicitly triggering respawning of pattern timers
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 4b2815ec..8685fb1c 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 5.2 2021/01/01 15:26:27 kls Exp $
+ * $Id: menu.c 5.3 2021/01/14 10:29:05 kls Exp $
*/
#include "menu.h"
@@ -1191,6 +1191,7 @@ eOSState cMenuEditTimer::ProcessKey(eKeys Key)
data.SetEvent(NULL);
*timer = data;
}
+ timer->TriggerRespawn();
LOCK_SCHEDULES_READ;
timer->SetEventFromSchedule(Schedules);
timer->Matches();