From 7092907ccd846090da89cedf0cca216ff38c6205 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 26 Aug 2001 12:19:23 +0200 Subject: Timers that are currently recording are now marked with '#' --- menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 14831824..4158f75f 100644 --- a/menu.c +++ b/menu.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 1.107 2001/08/25 13:37:27 kls Exp $ + * $Id: menu.c 1.108 2001/08/26 12:13:24 kls Exp $ */ #include "menu.h" @@ -975,7 +975,7 @@ void cMenuTimerItem::Set(void) { char *buffer = NULL; asprintf(&buffer, "%c\t%d\t%s\t%02d:%02d\t%02d:%02d\t%s", - timer->active ? '>' : ' ', + timer->active ? timer->recording ? '#' : '>' : ' ', timer->channel, timer->PrintDay(timer->day), timer->start / 100, -- cgit v1.2.3