aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dillorc2
-rw-r--r--src/prefs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/dillorc b/dillorc
index d2ba4e5a..70695781 100644
--- a/dillorc
+++ b/dillorc
@@ -423,7 +423,7 @@ ui_tab_bg_color=#b7beb7
# Focus follows new Tabs.
# You can hold SHIFT to temporarily revert this behaviour.
-#focus_new_tab=YES
+#focus_new_tab=NO
# Ask before quitting Dillo with more than one window or tab open.
#show_quit_dialog=NO
diff --git a/src/prefs.c b/src/prefs.c
index 16f837f6..d6a3ff12 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -44,7 +44,7 @@ void a_Prefs_init(void)
prefs.buffered_drawing = 1;
prefs.contrast_visited_color = TRUE;
prefs.enterpress_forces_submit = FALSE;
- prefs.focus_new_tab = TRUE;
+ prefs.focus_new_tab = FALSE;
prefs.font_cursive = dStrdup(PREFS_FONT_CURSIVE);
prefs.font_factor = 1.0;
prefs.zoom_factor = 1.0;