diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-01-14 10:29:05 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-01-14 10:29:05 +0100 |
commit | 80bdc9065093caca1c1da7373dd25a6b52bb5774 (patch) | |
tree | 3458586adb90f0236e085fd8acdd5552619d4f04 /menu.c | |
parent | c402d57809e42137b4294185ed0b27af312f7471 (diff) | |
download | vdr-80bdc9065093caca1c1da7373dd25a6b52bb5774.tar.gz vdr-80bdc9065093caca1c1da7373dd25a6b52bb5774.tar.bz2 |
Now explicitly triggering respawning of pattern timers
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); |