mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
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:
5
menu.h
5
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);
|
||||
|
Reference in New Issue
Block a user