summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-02-26 17:13:48 +0100
committerlouis <louis.braun@gmx.de>2013-02-26 17:13:48 +0100
commit74d5a661175afbce07d1b8716fcd2e7b878a1d67 (patch)
tree89796268a70e98d94545fe10b7d3c28132d40199
parentb62548f9d67ecf2958b3348deeb6634dcfa05dd8 (diff)
downloadskin-nopacity-74d5a661175afbce07d1b8716fcd2e7b878a1d67.tar.gz
skin-nopacity-74d5a661175afbce07d1b8716fcd2e7b878a1d67.tar.bz2
Fixed a bug that Setup option narrowRecordingMenu was not stored
-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);