summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-11-29 00:24:09 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-11-29 00:24:09 +0000
commit0bdff384163e6c9fc5998f305cdfb78a8189043e (patch)
tree0a6f8e4a77cb507fa96d5e18ec6066e8dc5005e6 /desktop/options.h
parentd7bc286801b3fc1dfe7347314d122894274c7013 (diff)
downloadnetsurf-0bdff384163e6c9fc5998f305cdfb78a8189043e.tar.gz
netsurf-0bdff384163e6c9fc5998f305cdfb78a8189043e.tar.bz2
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
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h1
1 files changed, 1 insertions, 0 deletions
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;