aboutsummaryrefslogtreecommitdiff
path: root/src/prefsparser.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-10-14 20:25:21 +0200
committerSebastian Geerken <devnull@localhost>2013-10-14 20:25:21 +0200
commita86189a5307f05974429277414909f14888669d5 (patch)
tree8a2f963b13adf2d56c2a506f3458f852308af9c1 /src/prefsparser.cc
parentbd6a97f011cd71bcd679b7fba09fa60f9fb2e0a8 (diff)
parent8de011d8d7357509c487b3de5e052dfc52730b2b (diff)
Merge with main repo.
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r--src/prefsparser.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc
index dde562b3..f6522d45 100644
--- a/src/prefsparser.cc
+++ b/src/prefsparser.cc
@@ -103,10 +103,12 @@ int PrefsParser::parseOption(char *name, char *value)
{ "show_quit_dialog", &prefs.show_quit_dialog, PREFS_BOOL },
{ "show_reload", &prefs.show_reload, PREFS_BOOL },
{ "show_save", &prefs.show_save, PREFS_BOOL },
+ { "show_url", &prefs.show_url, PREFS_BOOL },
{ "show_search", &prefs.show_search, PREFS_BOOL },
{ "show_stop", &prefs.show_stop, PREFS_BOOL },
{ "show_tools", &prefs.show_tools, PREFS_BOOL },
{ "show_tooltip", &prefs.show_tooltip, PREFS_BOOL },
+ { "show_ui_tooltip", &prefs.show_ui_tooltip, PREFS_BOOL },
{ "small_icons", &prefs.small_icons, PREFS_BOOL },
{ "start_page", &prefs.start_page, PREFS_URL },
{ "theme", &prefs.theme, PREFS_STRING },