summaryrefslogtreecommitdiff
path: root/plugin/setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/setup.cpp')
-rw-r--r--plugin/setup.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugin/setup.cpp b/plugin/setup.cpp
index 99090ed..f67b4c6 100644
--- a/plugin/setup.cpp
+++ b/plugin/setup.cpp
@@ -99,7 +99,12 @@ eOSState cSetupMarkAd::ProcessKey(eKeys Key)
case osUnknown:
if ((Key==kBlue) && (Current()==lpos))
- return AddSubMenu(new cSetupMarkAdList(setup));;
+ return AddSubMenu(new cSetupMarkAdList(setup));
+ if (Key==kOk)
+ {
+ Store();
+ state=osBack;
+ }
break;
default: