diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 26eb28a61..f80114471 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -748,7 +748,6 @@ ephy_shell_new_tab_full (EphyShell *shell, if (flags & EPHY_NEW_TAB_HOME_PAGE || flags & EPHY_NEW_TAB_NEW_PAGE) { - ephy_tab_set_location (tab, "", EPHY_TAB_ADDRESS_EXPIRE_NEXT); ephy_toolbar_activate_location (toolbar); load_homepage (embed); } |