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 /extrecmenu.c | |
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 'extrecmenu.c')
-rw-r--r-- | extrecmenu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extrecmenu.c b/extrecmenu.c index eff656b..87c0321 100644 --- a/extrecmenu.c +++ b/extrecmenu.c @@ -8,7 +8,7 @@ #include "i18n.h" #include "tools.h" -static const char *VERSION = "0.12b"; +static const char *VERSION = "0.12c"; static const char *DESCRIPTION = "Extended recordings menu"; static const char *MAINMENUENTRY = "ExtRecMenu"; @@ -107,8 +107,6 @@ bool cPluginExtrecmenu::SetupParse(const char *Name,const char *Value) mysetup.ReplaceOrgRecMenu=atoi(Value); else if(!strcasecmp(Name,"PatchNew")) mysetup.PatchNew=atoi(Value); - else if(!strcasecmp(Name,"ShowDvdNr")) - mysetup.ShowDvdNr=atoi(Value); else if(!strcasecmp(Name,"ShowNewRecs")) mysetup.ShowNewRecs=atoi(Value); else if(!strcasecmp(Name,"DescendSorting")) |