Improved Schedules menus

This commit is contained in:
Klaus Schmidinger
2000-11-01 11:45:05 +01:00
parent 10741c4c54
commit 25f085cc26
9 changed files with 257 additions and 102 deletions

5
osd.c
View File

@@ -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)