From 2bdb599fbcfea5bac49fcf5550cd0fd1bc328d4a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 10 Oct 2013 13:13:30 +0200 Subject: Added renaming and moving recordings and folders, and editing a recording's priority and lifetime; added cutting queue --- osdbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdbase.h') diff --git a/osdbase.h b/osdbase.h index 46351841..07dce352 100644 --- a/osdbase.h +++ b/osdbase.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osdbase.h 2.5 2012/12/07 09:49:35 kls Exp $ + * $Id: osdbase.h 3.1 2013/09/22 14:00:47 kls Exp $ */ #ifndef __OSDBASE_H @@ -119,7 +119,7 @@ protected: void Mark(void); eOSState HotKey(eKeys Key); eOSState AddSubMenu(cOsdMenu *SubMenu); - eOSState CloseSubMenu(); + eOSState CloseSubMenu(bool ReDisplay = true); bool HasSubMenu(void) { return subMenu; } cOsdMenu *SubMenu(void) { return subMenu; } void SetStatus(const char *s); -- cgit v1.2.3