aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-home-action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-home-action.c b/src/ephy-home-action.c
index 37d164c8a..7518108b9 100644
--- a/src/ephy-home-action.c
+++ b/src/ephy-home-action.c
@@ -48,7 +48,7 @@ action_name_association (GtkAction *action,
{
ephy_home_action_open (action,
address,
- EPHY_LINK_JUMP_TO | EPHY_LINK_HOME_PAGE);
+ EPHY_LINK_NEW_TAB | EPHY_LINK_JUMP_TO | EPHY_LINK_HOME_PAGE);
}
}