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/prefs.c | |
parent | e66d434aeb97c78daf0d6c3b8e7de0b157310635 (diff) |
BUG#1140: add show_ui_tooltip preference
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 4ab476c8..98406034 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -97,6 +97,7 @@ void a_Prefs_init(void) prefs.show_stop = TRUE; prefs.show_tools = TRUE; prefs.show_tooltip = TRUE; + prefs.show_ui_tooltip = TRUE; prefs.small_icons = FALSE; prefs.start_page = a_Url_new(PREFS_START_PAGE, NULL); prefs.theme = dStrdup(PREFS_THEME); |