summaryrefslogtreecommitdiff
path: root/amiga/menu.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/menu.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/menu.c')
-rwxr-xr-xamiga/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/menu.c b/amiga/menu.c
index 135d3f20b..dd16afb0e 100755
--- a/amiga/menu.c
+++ b/amiga/menu.c
@@ -467,7 +467,7 @@ void ami_menupick(ULONG code,struct gui_window_2 *gwin,struct MenuItem *item)
break;
case 1: // new tab
- bw = browser_window_create(NULL, gwin->bw, 0, true, opentab);
+ bw = browser_window_create(option_homepage_url, gwin->bw, 0, true, opentab);
break;
case 3: // open local file