From 03a62d419a81de7de11dc14f5a0cd34ab74780fe Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Sun, 7 Jan 2007 15:15:16 +0000 Subject: Changed recording state from bit comparison to Recording() Method --- pages/timers.ecpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 9c9593c..7784f81 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -55,7 +55,7 @@ using namespace vdrlive; <$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%a, %b %d"), timer->Day()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $> - <{ if (timer->Flags() & 8) { }>Record<{ } }> + <{ if (timer->Recording()) { }>Record<{ } }> <$ timer->File() $> <{ -- cgit v1.2.3