summaryrefslogtreecommitdiff
path: root/plugin/setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/setup.cpp')
-rw-r--r--plugin/setup.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugin/setup.cpp b/plugin/setup.cpp
index 8aad8f5..8835735 100644
--- a/plugin/setup.cpp
+++ b/plugin/setup.cpp
@@ -59,7 +59,7 @@ void cSetupMarkAd::write(void)
Add(new cMenuEditBoolItem(tr("log to recording directory"),&log2rec));
Add(new cMenuEditBoolItem(tr("hide mainmenu entry"),&hidemainmenuentry));
- if (current==-1)
+ if (current==-1)
{
SetCurrent(first);
}
@@ -68,7 +68,7 @@ void cSetupMarkAd::write(void)
SetCurrent(Get(current));
}
} else {
- lpos=-1;
+ lpos=-1;
}
Display();
}
@@ -114,6 +114,10 @@ eOSState cSetupMarkAd::ProcessKey(eKeys Key)
void cSetupMarkAd::Store(void)
{
SetupStore("Execution",processduring);
+ if (processduring!=0) {
+ whilerecording=1;
+ whilereplaying=1;
+ }
SetupStore("whileRecording",whilerecording);
SetupStore("whileReplaying",whilereplaying);
SetupStore("IgnoreMargins",nomargins);