diff options
Diffstat (limited to 'src/ephy-home-action.c')
-rw-r--r-- | src/ephy-home-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-home-action.c b/src/ephy-home-action.c index 518e87e82..dc1bfd039 100644 --- a/src/ephy-home-action.c +++ b/src/ephy-home-action.c @@ -106,7 +106,7 @@ action_name_association (GtkAction *action, { ephy_home_action_open (action, address, - EPHY_LINK_NEW_TAB | EPHY_LINK_JUMP_TO); + EPHY_LINK_JUMP_TO | EPHY_LINK_HOME_PAGE); } } |