From 9aa6949e5f98e580f91320bb7255f985b5bd6103 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sat, 15 May 2010 21:37:48 +0200 Subject: Fixed various things --- plugin/markad.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/markad.cpp') diff --git a/plugin/markad.cpp b/plugin/markad.cpp index 718f756..7a03526 100644 --- a/plugin/markad.cpp +++ b/plugin/markad.cpp @@ -169,6 +169,7 @@ bool cPluginMarkAd::SetupParse(const char *Name, const char *Value) else if (!strcasecmp(Name,"whileReplaying")) setup.whileReplaying=atoi(Value); else if (!strcasecmp(Name,"OSDMessage")) setup.OSDMessage=atoi(Value); else if (!strcasecmp(Name,"BackupMarks")) setup.BackupMarks=atoi(Value); + else if (!strcasecmp(Name,"GenIndex")) setup.GenIndex=atoi(Value); else if (!strcasecmp(Name,"Verbose")) setup.Verbose=atoi(Value); else if (!strcasecmp(Name,"IgnoreMargins")) setup.NoMargins=atoi(Value); else return false; -- cgit v1.2.3