diff options
author | Jochen Dolze <vdr@dolze.de> | 2013-04-04 22:37:02 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2013-04-04 22:37:02 +0200 |
commit | b952e638c6eb2c56a6873fcbf40c78b86e6bccfd (patch) | |
tree | 525c57550b47af49ef88be01462838d654c22cf1 /plugin/setup.h | |
parent | f68a8728b20301de5e92e3f58759b7ab664155aa (diff) | |
download | vdr-plugin-markad-b952e638c6eb2c56a6873fcbf40c78b86e6bccfd.tar.gz vdr-plugin-markad-b952e638c6eb2c56a6873fcbf40c78b86e6bccfd.tar.bz2 |
Added option to disable markad
Fixed option 'deferred shutdown'
Diffstat (limited to 'plugin/setup.h')
-rw-r--r-- | plugin/setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/setup.h b/plugin/setup.h index d22460a..6677d6f 100644 --- a/plugin/setup.h +++ b/plugin/setup.h @@ -11,7 +11,7 @@ struct setup { - bool ProcessDuring; + int ProcessDuring; bool whileRecording; bool whileReplaying; bool OSDMessage; @@ -31,7 +31,7 @@ struct setup class cSetupMarkAd : public cMenuSetupPage { private: - const char *processTexts[2]; + const char *processTexts[3]; struct setup *setup; int processduring; int whilerecording; |