From bb7408a56e4c2841ceee3ce6127b52695d8e131c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 2 Jul 2011 22:40:45 +0000 Subject: 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 --- amiga/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/options.h') 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; \ -- cgit v1.2.3