summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorHardeep Sidhu <dyp@pobox.com>2004-07-12 22:02:53 +0000
committerHardeep Sidhu <dyp@pobox.com>2004-07-12 22:02:53 +0000
commitea598c7b667057ad42c21eda8f57f368b897495d (patch)
treee34c2e273b3a8c07de5f7bcbbd40621dd66ee936 /apps
parent4a7784ac4ead89c2125268cf7b89418abda79fb3 (diff)
downloadrockbox-ea598c7b667057ad42c21eda8f57f368b897495d.tar.gz
rockbox-ea598c7b667057ad42c21eda8f57f368b897495d.zip
Show icons setting should be saved for all devices. Config version bumped because the settings structure order changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4867 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index fd0a1b4292..c86957d3c8 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -71,7 +71,7 @@ char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
71char rec_base_directory[] = REC_BASE_DIR; 71char rec_base_directory[] = REC_BASE_DIR;
72 72
73 73
74#define CONFIG_BLOCK_VERSION 14 74#define CONFIG_BLOCK_VERSION 15
75#define CONFIG_BLOCK_SIZE 512 75#define CONFIG_BLOCK_SIZE 512
76#define RTC_BLOCK_SIZE 44 76#define RTC_BLOCK_SIZE 44
77 77
@@ -189,7 +189,6 @@ static struct bit_entry rtc_bits[] =
189 {1, S_O(flip_display), false, "flip display", off_on }, 189 {1, S_O(flip_display), false, "flip display", off_on },
190 /* display */ 190 /* display */
191 {1, S_O(invert_cursor), false, "invert cursor", off_on }, 191 {1, S_O(invert_cursor), false, "invert cursor", off_on },
192 {1, S_O(show_icons), true, "show icons", off_on },
193 {1, S_O(statusbar), true, "statusbar", off_on }, 192 {1, S_O(statusbar), true, "statusbar", off_on },
194 {1, S_O(scrollbar), true, "scrollbar", off_on }, 193 {1, S_O(scrollbar), true, "scrollbar", off_on },
195 {1, S_O(buttonbar), true, "buttonbar", off_on }, 194 {1, S_O(buttonbar), true, "buttonbar", off_on },
@@ -197,6 +196,7 @@ static struct bit_entry rtc_bits[] =
197 {1, S_O(battery_type), 0, "battery display", graphic_numeric }, 196 {1, S_O(battery_type), 0, "battery display", graphic_numeric },
198 {1, S_O(timeformat), 0, "time format", "24hour,12hour" }, 197 {1, S_O(timeformat), 0, "time format", "24hour,12hour" },
199#endif 198#endif
199 {1, S_O(show_icons), true, "show icons", off_on },
200 /* system */ 200 /* system */
201 {4, S_O(poweroff), 10, 201 {4, S_O(poweroff), 10,
202 "idle poweroff", "off,1,2,3,4,5,6,7,8,9,10,15,30,45,60" }, 202 "idle poweroff", "off,1,2,3,4,5,6,7,8,9,10,15,30,45,60" },