diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-20 11:23:27 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-20 11:23:27 +0200 |
commit | e3c09115fe66a8146f742807915144eafc6b8fd5 (patch) | |
tree | 78472a080f9306ec3cca7c3a5538be7fc3a80af1 /menu.h | |
parent | 60ee85bf172c43a4104203b6dfacb3353e606e48 (diff) | |
download | vdr-e3c09115fe66a8146f742807915144eafc6b8fd5.tar.gz vdr-e3c09115fe66a8146f742807915144eafc6b8fd5.tar.bz2 |
The menu timeout now also works when pressing the 'Back' button during replay to enter the 'Recordings' menu
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); }; |