In the "Select folder" menu pressing Ok now selects the folder, even if this is a folder that contains sub folders

This commit is contained in:
Klaus Schmidinger
2013-11-03 13:43:01 +01:00
parent 512cd24e53
commit 0b5085f4f0
32 changed files with 121 additions and 183 deletions

5
menu.h
View File

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