summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-02-16 19:14:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-02-16 19:14:48 +0000
commit7d03e1f969a58db91a16fe8467549c8e5eea4a5c (patch)
treebe735c2deab3734a9297fba8df0c77ec0c290004 /amiga/gui.c
parent06e6ec4eb15ff8c3ae4e33243ed9aa2c06ac35d4 (diff)
downloadnetsurf-7d03e1f969a58db91a16fe8467549c8e5eea4a5c.tar.gz
netsurf-7d03e1f969a58db91a16fe8467549c8e5eea4a5c.tar.bz2
New tabs should show the homepage
svn path=/trunk/netsurf/; revision=11701
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index a6e5a20df..daaafe681 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1245,7 +1245,7 @@ void ami_handle_msg(void)
break;
case GID_ADDTAB:
- browser_window_create(NULL, gwin->bw, 0, true, true);
+ browser_window_create(option_homepage_url, gwin->bw, 0, true, true);
break;
case GID_URL: