From 04352dd5ca5d44ebd57dae98cd055305c99567d0 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Thu, 4 Jan 2007 16:38:39 +0000 Subject: Fixed bug with recording-image --- pages/timers.ecpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages') diff --git a/pages/timers.ecpp b/pages/timers.ecpp index f77f8c9..3c54335 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -3,7 +3,7 @@ #include #include #include -#include "sortedtimers.h" +#include "timers.h" #include "tools.h" using namespace vdrlive; @@ -53,7 +53,7 @@ using namespace vdrlive; <$ FormatDateTime(tr("%a, %b %d"), timer->Day()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $> - Flags() & 8) ? "\"Record\"" ?> + <{ if (timer->Flags() & 8) { }>Record<{ } }> <$ timer->File() $> <{ -- cgit v1.2.3