From 91ba7012bd386f756df10bbffdbb8f4d8274dea5 Mon Sep 17 00:00:00 2001 From: corvid Date: Tue, 13 Sep 2011 18:22:27 +0000 Subject: UI theme preference --- src/prefsparser.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefsparser.cc') diff --git a/src/prefsparser.cc b/src/prefsparser.cc index 4ebb39df..8a452387 100644 --- a/src/prefsparser.cc +++ b/src/prefsparser.cc @@ -107,6 +107,7 @@ int PrefsParser::parseOption(char *name, char *value) { "show_url", &prefs.show_url, PREFS_BOOL }, { "small_icons", &prefs.small_icons, PREFS_BOOL }, { "start_page", &prefs.start_page, PREFS_URL }, + { "theme", &prefs.theme, PREFS_STRING }, { "w3c_plus_heuristics", &prefs.w3c_plus_heuristics, PREFS_BOOL } }; -- cgit v1.2.3