diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-14 20:25:21 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-14 20:25:21 +0200 |
commit | a86189a5307f05974429277414909f14888669d5 (patch) | |
tree | 8a2f963b13adf2d56c2a506f3458f852308af9c1 /src/prefs.c | |
parent | bd6a97f011cd71bcd679b7fba09fa60f9fb2e0a8 (diff) | |
parent | 8de011d8d7357509c487b3de5e052dfc52730b2b (diff) |
Merge with main repo.
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 4ab476c8..4b45b51e 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -93,10 +93,12 @@ void a_Prefs_init(void) prefs.show_quit_dialog = TRUE; prefs.show_reload = TRUE; prefs.show_save = TRUE; + prefs.show_url = TRUE; prefs.show_search = TRUE; 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); |