summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--setup.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b499f96..efbcf76 100644
--- a/HISTORY
+++ b/HISTORY
@@ -140,3 +140,4 @@ Version 0.0.7:
- Fixed display of timers channel name in main menu if no channel logo
is available
- display all jpegs in a recording folder in detailed recording view
+- Fixed a bug that Setup option narrowRecordingMenu was not stored
diff --git a/setup.c b/setup.c
index 64edf17..dcb61d8 100644
--- a/setup.c
+++ b/setup.c
@@ -104,8 +104,8 @@ void cNopacitySetup::Store(void) {
SetupStore("narrowMainMenu", config.narrowMainMenu);
SetupStore("narrowScheduleMenu", config.narrowScheduleMenu);
SetupStore("narrowChannelMenu", config.narrowChannelMenu);
- SetupStore("narrowChannelMenu", config.narrowChannelMenu);
SetupStore("narrowTimerMenu", config.narrowTimerMenu);
+ SetupStore("narrowRecordingMenu", config.narrowRecordingMenu);
SetupStore("narrowSetupMenu", config.narrowSetupMenu);
SetupStore("displayRerunsDetailEPGView", config.displayRerunsDetailEPGView);
SetupStore("numReruns", config.numReruns);