summaryrefslogtreecommitdiff
path: root/frontends/amiga/dist/Install
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-09-10 20:41:07 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-09-10 20:41:07 +0100
commit92601c26aef50f924df63161305888a96b70383c (patch)
tree22e2aef4d4e2975cd6e845ea2dfd69e61b39d0b7 /frontends/amiga/dist/Install
parent26c568af15eb266d188909c848406c07563286db (diff)
downloadnetsurf-92601c26aef50f924df63161305888a96b70383c.tar.gz
netsurf-92601c26aef50f924df63161305888a96b70383c.tar.bz2
If NetSurf is already running, ensure when we open a new tab that it becomes active.
This matches the behaviour in more mainstream web browsers.
Diffstat (limited to 'frontends/amiga/dist/Install')
-rwxr-xr-xfrontends/amiga/dist/Install4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/amiga/dist/Install b/frontends/amiga/dist/Install
index 55631905e..dd4eb5149 100755
--- a/frontends/amiga/dist/Install
+++ b/frontends/amiga/dist/Install
@@ -320,7 +320,7 @@
(help @textfile-help)
(dest "Rexx:NetSurf")
(append "/*\n"
-" * Copyright 2013 Chris Young <chris@unsatisfactorysoftware.co.uk>\n"
+" * Copyright 2013, 2016 Chris Young <chris@unsatisfactorysoftware.co.uk>\n"
" *\n"
" * This file is part of NetSurf, http://www.netsurf-browser.org/\n"
" *\n"
@@ -346,7 +346,7 @@
"parse arg url\n"
"\n"
"if show('P', 'NETSURF') then do\n"
-" address NETSURF 'OPEN' url 'NEWTAB'\n"
+" address NETSURF 'OPEN' url 'NEWTAB ACTIVE'\n"
" address NETSURF 'TOFRONT'\n"
"end\n"
"else do\n"