From bf057bf359c8650bc7023d43bf47f9237992fb15 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Wed, 20 Feb 2008 18:41:07 +0100 Subject: track all timer changes within epgsearch and expose this information via service interface, 0.9.24.beta20 --- menu_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'menu_main.c') diff --git a/menu_main.c b/menu_main.c index 0465301..0c81699 100644 --- a/menu_main.c +++ b/menu_main.c @@ -37,6 +37,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_conflictcheck.h" #include "menu_favorites.h" #include "menu_deftimercheckmethod.h" +#include "timerstatus.h" int toggleKeys=0; int exitToMainMenu = 0; @@ -209,6 +210,7 @@ eOSState cMenuSearchMain::Record(void) SetAux(timer, fullaux); Timers.Add(timer); + gl_timerStatusMonitor->SetConflictCheckAdvised(); timer->Matches(); Timers.SetModified(); LogFile.iSysLog("timer %s added (active)", *timer->ToDescr()); -- cgit v1.2.3