summaryrefslogtreecommitdiff
path: root/conflictcheck_thread.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-05-28 15:02:17 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-05-28 15:02:17 +0200
commitd71b080637c5eba84854f2338b53fdda8fc6ed34 (patch)
tree3efefac4793302cc85b89c5eb08c72814a0960a9 /conflictcheck_thread.c
parent280c12c3c7042e176c6acc3bd7718f66cd9eb39d (diff)
downloadvdr-plugin-epgsearch-d71b080637c5eba84854f2338b53fdda8fc6ed34.tar.gz
vdr-plugin-epgsearch-d71b080637c5eba84854f2338b53fdda8fc6ed34.tar.bz2
new setup variable epgsearch.ConflCheckCmd
Diffstat (limited to 'conflictcheck_thread.c')
-rw-r--r--conflictcheck_thread.c4
1 files changed, 2 insertions, 2 deletions
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;