diff options
-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 8a29994c2..bfa643bb3 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -167,7 +167,7 @@ new_window (GSimpleAction *action, gpointer user_data) { ephy_shell_new_tab (ephy_shell, NULL, NULL, NULL, - EPHY_NEW_TAB_IN_NEW_WINDOW); + EPHY_NEW_TAB_IN_NEW_WINDOW | EPHY_NEW_TAB_HOME_PAGE); } static void |