New tabs should show the homepage

svn path=/trunk/netsurf/; revision=11701
This commit is contained in:
Chris Young 2011-02-16 19:14:48 +00:00
parent 06e6ec4eb1
commit 7d03e1f969
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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