From 09386e621d50d9f4f3e894afc888aa980b5fafac Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 25 May 2006 14:59:33 +0200 Subject: Fixed handling VPS timers in case the EPG event hasn't been 'seen' in a while --- epg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epg.c') diff --git a/epg.c b/epg.c index 96c43e54..566f20ee 100644 --- a/epg.c +++ b/epg.c @@ -7,7 +7,7 @@ * Original version (as used in VDR before 1.3.0) written by * Robert Schneider and Rolf Hakenes . * - * $Id: epg.c 1.74 2006/05/12 13:25:44 kls Exp $ + * $Id: epg.c 1.75 2006/05/25 14:55:36 kls Exp $ */ #include "epg.h" @@ -227,7 +227,7 @@ bool cEvent::HasTimer(void) const bool cEvent::IsRunning(bool OrAboutToStart) const { - return SeenWithin(RUNNINGSTATUSTIMEOUT) && runningStatus >= (OrAboutToStart ? SI::RunningStatusStartsInAFewSeconds : SI::RunningStatusPausing); + return runningStatus >= (OrAboutToStart ? SI::RunningStatusStartsInAFewSeconds : SI::RunningStatusPausing); } cString cEvent::GetDateString(void) const -- cgit v1.2.3