summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cpp b/setup.cpp
index c30f447..5452e68 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -236,6 +236,11 @@ eOSState cMenuSetupChannelMenu::ProcessKey (eKeys Key)
state=osContinue;
break;
+ case kOk:
+ Store();
+ state=osBack;
+ break;
+
default:
break;
}