summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-11-03 13:43:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-11-03 13:43:01 +0100
commit0b5085f4f00618a96eaaba97c05dd1c5177b5e42 (patch)
treed3cadfea05def188295b06f3f4df190182df732d /menu.h
parent512cd24e5396bf2d027ff6dd698ad77f9b266ff5 (diff)
downloadvdr-0b5085f4f00618a96eaaba97c05dd1c5177b5e42.tar.gz
vdr-0b5085f4f00618a96eaaba97c05dd1c5177b5e42.tar.bz2
In the "Select folder" menu pressing Ok now selects the folder, even if this is a folder that contains sub folders
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/menu.h b/menu.h
index 89155750..a75e8e0b 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 3.3 2013/10/16 09:14:58 kls Exp $
+ * $Id: menu.h 3.4 2013/10/30 14:32:13 kls Exp $
*/
#ifndef __MENU_H
@@ -38,11 +38,12 @@ private:
cString dir;
cOsdItem *firstFolder;
bool editing;
+ int helpKeys;
void SetHelpKeys(void);
void Set(const char *CurrentFolder = NULL);
void DescendPath(const char *Path);
eOSState SetFolder(void);
- eOSState Select(void);
+ eOSState Select(bool Open);
eOSState New(void);
eOSState Delete(void);
eOSState Edit(void);