summaryrefslogtreecommitdiff
path: root/conflictcheck.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-02-24 09:16:31 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-02-24 09:16:31 +0100
commita820bf1e16375baa2bd059f5561165444d103f40 (patch)
treedece678264bb27918c2d4a165f2bebdf02ac4207 /conflictcheck.c
parenta8dfa42e65e717e6babf660b16803edf09da3c0d (diff)
downloadvdr-plugin-epgsearch-a820bf1e16375baa2bd059f5561165444d103f40.tar.gz
vdr-plugin-epgsearch-a820bf1e16375baa2bd059f5561165444d103f40.tar.bz2
changed conflict check advise handling
Diffstat (limited to 'conflictcheck.c')
-rw-r--r--conflictcheck.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/conflictcheck.c b/conflictcheck.c
index cf12b41..129e19b 100644
--- a/conflictcheck.c
+++ b/conflictcheck.c
@@ -216,7 +216,6 @@ void cConflictCheck::Check()
LogFile.Log(2,"timer '%s' (%s, channel %s) failed", (*it)->timer->File(), DAYDATETIME((*it)->timer->StartTime()), CHANNELNAME((*it)->timer->Channel()));
}
}
- if (gl_timerStatusMonitor) gl_timerStatusMonitor->SetConflictCheckAdvised(false);
}
cList<cConflictCheckTimerObj>* cConflictCheck::CreateCurrentTimerList()