From e3c09115fe66a8146f742807915144eafc6b8fd5 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 20 Oct 2001 11:23:27 +0200 Subject: The menu timeout now also works when pressing the 'Back' button during replay to enter the 'Recordings' menu --- menu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 4adcaa7a..710decf2 100644 --- a/menu.h +++ b/menu.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.h 1.31 2001/10/07 15:13:26 kls Exp $ + * $Id: menu.h 1.32 2001/10/20 11:15:26 kls Exp $ */ #ifndef _MENU_H @@ -23,7 +23,7 @@ private: int digit; const char *hk(const char *s); public: - cMenuMain(bool Replaying); + cMenuMain(bool Replaying, eOSState State = osUnknown); virtual eOSState ProcessKey(eKeys Key); }; -- cgit v1.2.3