summaryrefslogtreecommitdiff
path: root/amiga/menu.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-01 19:09:57 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-01 19:09:57 +0000
commit46915c6b7b6d67675cb365776a972fde32a24596 (patch)
treed328ade0fd4fc74c65231bee07cd60a8883f5141 /amiga/menu.c
parent4021924ea1ff0175c36eae49894fa30afffbc87f (diff)
downloadnetsurf-46915c6b7b6d67675cb365776a972fde32a24596.tar.gz
netsurf-46915c6b7b6d67675cb365776a972fde32a24596.tar.bz2
Brand new windows should not be cloning an existing browser_window or they pick up old
local history. Brand new tabs should not either but that appears to be unavoidable at present. svn path=/trunk/netsurf/; revision=11872
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 7495ad29c..3259cc603 100755
--- a/amiga/menu.c
+++ b/amiga/menu.c
@@ -490,7 +490,7 @@ void ami_menupick(ULONG code,struct gui_window_2 *gwin,struct MenuItem *item)
switch(itemnum)
{
case 0: // new window
- bw = browser_window_create(option_homepage_url, gwin->bw, 0, true, openwin);
+ bw = browser_window_create(option_homepage_url, NULL, 0, true, openwin);
break;
case 1: // new tab