From ca2a07b004ac4462867512892bfa0d772f3abc77 Mon Sep 17 00:00:00 2001 From: Zan Dobersek Date: Wed, 1 Aug 2012 16:58:36 +0200 Subject: ephy-home-action: add implicit NEW_TAB flag The NewTab action is always used to new an empty tab now, so just acknowledge the fact. Signed-off-by: Xan Lopez --- src/ephy-home-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } } -- cgit v1.2.3