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/dillo.cc | |
parent | e66d434aeb97c78daf0d6c3b8e7de0b157310635 (diff) |
BUG#1140: add show_ui_tooltip preference
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 567d897f..6a7747ed 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -489,8 +489,7 @@ int main(int argc, char **argv) Fl::scheme(prefs.theme); setColors(); - if (!prefs.show_tooltip) { - // turn off UI tooltips + if (!prefs.show_ui_tooltip) { Fl::option(Fl::OPTION_SHOW_TOOLTIPS, false); } |