From 0afda6d34adb77ffbce433b3b9a4c6e8a3e1f3b7 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 10 Jan 2011 20:09:10 +0100 Subject: Fixed bug reported by ALT255 (markad stops when VDR deletes the timer after a recording) Fixed bug reported by Copperhead (saving setup values was broken) Added logos for SIXX and NICK_COMEDY --- plugin/setup.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'plugin/setup.cpp') 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: -- cgit v1.2.3