diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-06-12 10:10:21 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-06-12 10:10:21 +0200 |
commit | 75cebc37f280719c40824a6f76b43018f6c71d16 (patch) | |
tree | cf895fdf24e8c3b2c3315edb5c7306f4e7c01f1b /mymenusetup.h | |
parent | 40d2369b12da350f684f5364a00c3501a6c038e6 (diff) | |
download | vdr-plugin-extrecmenu-75cebc37f280719c40824a6f76b43018f6c71d16.tar.gz vdr-plugin-extrecmenu-75cebc37f280719c40824a6f76b43018f6c71d16.tar.bz2 |
Version 0.12v0.12
- reworked layout
- added possibility to set sorting mode for each directory
- if you use the PIN-plugin, ExtRecMenu works together with it to protect recordings
- fixed a very annoying bug which prevent renaming and moving recordings which have special chars in their names if VDR is compiled with VFAT=1 or startet with the option --vfat
Diffstat (limited to 'mymenusetup.h')
-rw-r--r-- | mymenusetup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mymenusetup.h b/mymenusetup.h index ccae3ee..6763aee 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -12,7 +12,6 @@ class mySetup int PatchNew; int ShowDvdNr; int ShowNewRecs; - int SortRecords; }; extern mySetup mysetup; @@ -29,7 +28,6 @@ class myMenuSetup:public cMenuSetupPage int patchnew; int showdvdnr; int shownewrecs; - int sortrecords; protected: virtual void Store(); public: |