summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-02 22:40:45 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-02 22:40:45 +0000
commitbb7408a56e4c2841ceee3ce6127b52695d8e131c (patch)
tree44a6c74bd4a96c6a668a268d4b72c8c3c105e5d2 /amiga/options.h
parent18ca27a56f4b5b0f2a788e23ada0cdd843011a0e (diff)
downloadnetsurf-bb7408a56e4c2841ceee3ce6127b52695d8e131c.tar.gz
netsurf-bb7408a56e4c2841ceee3ce6127b52695d8e131c.tar.bz2
When opening new tabs next to the active one, open them sequentially until the tab is
switched away from. This is more akin to how Firefox etc do it. Make this the default. svn path=/trunk/netsurf/; revision=12561
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/options.h b/amiga/options.h
index 7101bbfe8..ec650ff86 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -80,7 +80,7 @@ bool option_sticky_context_menu = false; \
bool option_truecolour_mouse_pointers = false; \
bool option_use_os_pointers = true; \
bool option_new_tab_active = false; \
-bool option_new_tab_last = true; \
+bool option_new_tab_last = false; \
bool option_kiosk_mode = false; \
char *option_search_engines_file = 0; \
char *option_search_ico_file = 0; \