diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 7af15a0a3..926527193 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -403,8 +403,8 @@ ephy_shell_new_tab (EphyShell *shell, flags & EPHY_NEW_TAB_NEW_PAGE) { ephy_tab_set_location (tab, "", TAB_ADDRESS_EXPIRE_NEXT); - load_homepage (embed); toolbar_activate_location (toolbar); + load_homepage (embed); } else if (flags & EPHY_NEW_TAB_OPEN_PAGE) { |