summaryrefslogtreecommitdiff
path: root/menu_whatson.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_whatson.c')
-rw-r--r--menu_whatson.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/menu_whatson.c b/menu_whatson.c
index ad54b3a..b8f6701 100644
--- a/menu_whatson.c
+++ b/menu_whatson.c
@@ -41,6 +41,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include "menu_conflictcheck.h"
#include "templatefile.h"
#include "menu_deftimercheckmethod.h"
+#include "timerstatus.h"
#define HOURS(x) ((x)/100)
#define MINUTES(x) ((x)%100)
@@ -522,6 +523,7 @@ eOSState cMenuWhatsOnSearch::Record(void)
#endif
SetAux(timer, fullaux);
Timers.Add(timer);
+ gl_timerStatusMonitor->SetConflictCheckAdvised();
timer->Matches();
Timers.SetModified();
LogFile.iSysLog("timer %s added (active)", *timer->ToDescr());