diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2007-01-01 19:14:13 +0100 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2007-01-01 19:14:13 +0100 |
commit | 074a396ce9f5c5239dd790c6566e0f19dff45f59 (patch) | |
tree | b24fb923a1ec7172a481a9550504549db43540f0 /mymenusetup.h | |
parent | 01be0f47d4fcfce954f77a037f8ab4d5368c8fe7 (diff) | |
download | vdr-plugin-extrecmenu-074a396ce9f5c5239dd790c6566e0f19dff45f59.tar.gz vdr-plugin-extrecmenu-074a396ce9f5c5239dd790c6566e0f19dff45f59.tar.bz2 |
Version 0.12cv0.12c
- dvd id for archive dvd would be first read out when the corresponding entry is selected; this should prevent delays while opening the plugin
- because of this the setup option "show dvd id" is removed
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 e029b94..ad0091b 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -10,7 +10,6 @@ class mySetup int HideMainMenuEntry; int ReplaceOrgRecMenu; int PatchNew; - int ShowDvdNr; int ShowNewRecs; int DescendSorting; }; @@ -27,7 +26,6 @@ class myMenuSetup:public cMenuSetupPage int hidemainmenuentry; int replaceorgrecmenu; int patchnew; - int showdvdnr; int shownewrecs; int descendsorting; protected: |