From 25f085cc267760a43d2294406d3fdd6d14dc6e7f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 1 Nov 2000 11:45:05 +0100 Subject: Improved Schedules menus --- osd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'osd.c') diff --git a/osd.c b/osd.c index 3225e681..f3458274 100644 --- a/osd.c +++ b/osd.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osd.c 1.10 2000/10/28 09:33:47 kls Exp $ + * $Id: osd.c 1.11 2000/11/01 11:21:51 kls Exp $ */ #include "osd.h" @@ -170,7 +170,8 @@ void cOsdMenu::Display(void) break; } } - Interface->Status(status); + if (!isempty(status)) + Interface->Status(status); } void cOsdMenu::RefreshCurrent(void) -- cgit v1.2.3