From 0bdff384163e6c9fc5998f305cdfb78a8189043e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 29 Nov 2008 00:24:09 +0000 Subject: Move tab opening logic to same place as new window opening. Make option for "Tabbed browsing", which is enabled by default. Someone who knows how to work glade could add the "Tabbed browsing" option to the choices dialogue. When a link is opened in a new tab, don't change tab. svn path=/trunk/netsurf/; revision=5816 --- desktop/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/options.h') diff --git a/desktop/options.h b/desktop/options.h index cb238b93a..85ba13b7b 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -71,6 +71,7 @@ extern char *option_cookie_file; extern char *option_cookie_jar; extern char *option_homepage_url; extern bool option_target_blank; +extern bool option_button_2_tab; extern bool option_url_suggestion; extern int option_window_x; extern int option_window_y; -- cgit v1.2.3