From f503ebadabb05b1eca61cc705cf8dda27c3f68c2 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 17 Aug 2009 00:15:00 +0000 Subject: Add the ui viewport to the theme settings, so that it will be in the theme.cfg created by "Save Theme Settings". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22369 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/settings_list.c b/apps/settings_list.c index 98dd900e3c..f4ff3cf280 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -182,7 +182,7 @@ {load_from_cfg, write_to_cfg, is_change, set_default}}}} #define VIEWPORT_SETTING(var,name,default) \ - TEXT_SETTING(0,var,name,default, NULL, NULL) + TEXT_SETTING(F_THEMESETTING,var,name,default, NULL, NULL) /* some sets of values which are used more than once, to save memory */ static const char off_on[] = "off,on"; -- cgit v1.2.3