From d71b080637c5eba84854f2338b53fdda8fc6ed34 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sat, 28 May 2011 15:02:17 +0200 Subject: new setup variable epgsearch.ConflCheckCmd --- conflictcheck_thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conflictcheck_thread.c') diff --git a/conflictcheck_thread.c b/conflictcheck_thread.c index 466e031..d5c9cdb 100644 --- a/conflictcheck_thread.c +++ b/conflictcheck_thread.c @@ -132,8 +132,8 @@ void cConflictCheckThread::Action(void) cMailConflictNotifier mailNotifier; mailNotifier.SendConflictNotifications(conflictCheck); } - } - + conflictCheck.EvaluateConflCheckCmd(); + } // store for external access cConflictCheckThread::m_cacheNextConflict = conflictCheck.nextRelevantConflictDate; cConflictCheckThread::m_cacheRelevantConflicts = conflictCheck.relevantConflicts; -- cgit v1.2.3