From b52ba87fca5bcc41a7802b4ff6fb3e6d6c1db1fb Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Wed, 3 Jan 2007 23:39:43 +0000 Subject: Changes start/stop time to something sensible --- pages/timers.ecpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 0031412..898a854 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -51,8 +51,8 @@ using namespace vdrlive; .png" alt="Aktiv?" /> <$ timer->Channel()->Name() $> <$ FormatDateTime(tr("%a, %b %d"), timer->Day()) $> - <$ FormatDateTime(tr("%I:%M %p"), timer->Start()) $> - <$ FormatDateTime(tr("%I:%M %p"), timer->Stop()) $> + <$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $> + <$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $> Flags() & 8) ? "\"Record\"" ?> <$ timer->File() $> -- cgit v1.2.3