diff options
author | corvid <corvid@dillo.org> | 2013-09-14 15:26:13 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2013-09-14 15:26:13 +0000 |
commit | 0ab4edb3001ca79c51be6f050e7e8f92ff823410 (patch) | |
tree | 5a3a9d065b82f319506546fecee0e347ee2100cf /src/prefsparser.cc | |
parent | e66d434aeb97c78daf0d6c3b8e7de0b157310635 (diff) |
BUG#1140: add show_ui_tooltip preference
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r-- | src/prefsparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc index dde562b3..a2de1cfa 100644 --- a/src/prefsparser.cc +++ b/src/prefsparser.cc @@ -107,6 +107,7 @@ int PrefsParser::parseOption(char *name, char *value) { "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 }, |