From c54d478ac11813767e0cbd383fb43f659651eb43 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Wed, 21 Apr 2010 08:41:34 +0200 Subject: added -G and --bstart/--bstop options --- plugin/setup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/setup.h') diff --git a/plugin/setup.h b/plugin/setup.h index c13c769..dab1501 100644 --- a/plugin/setup.h +++ b/plugin/setup.h @@ -18,6 +18,7 @@ struct setup bool OSDMessage; bool BackupMarks; bool Verbose; + bool GenIndex; }; class cSetupMarkAd : public cMenuSetupPage @@ -31,6 +32,7 @@ private: int osdmsg; int backupmarks; int verbose; + int genindex; void write(void); protected: virtual void Store(void); -- cgit v1.2.3