diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-04-28 22:58:08 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-04-28 22:58:08 +0200 |
commit | 45a400d45adb2314952eb23dd3a7feb6c4b9526c (patch) | |
tree | babe35333c8e37c19cf30edf4021df1e9b6a10ad /plugin/setup.h | |
parent | 660b6e2a9fa4a90ce931d41749e699c38ccdb91b (diff) | |
download | vdr-plugin-markad-45a400d45adb2314952eb23dd3a7feb6c4b9526c.tar.gz vdr-plugin-markad-45a400d45adb2314952eb23dd3a7feb6c4b9526c.tar.bz2 |
Changed --bstart/stop to --tstart/stop, added SIGSEGV backtrace
Diffstat (limited to 'plugin/setup.h')
-rw-r--r-- | plugin/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/setup.h b/plugin/setup.h index dab1501..9eb8119 100644 --- a/plugin/setup.h +++ b/plugin/setup.h @@ -19,6 +19,7 @@ struct setup bool BackupMarks; bool Verbose; bool GenIndex; + bool NoMargins; }; class cSetupMarkAd : public cMenuSetupPage @@ -33,6 +34,7 @@ private: int backupmarks; int verbose; int genindex; + int nomargins; void write(void); protected: virtual void Store(void); |