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 52e86ef83..7d2357bd3 100644 --- a/src/ephy-home-action.c +++ b/src/ephy-home-action.c @@ -36,7 +36,7 @@ ephy_home_action_activate (GtkAction *action) ephy_link_open (EPHY_LINK (action), address != NULL && address[0] != '\0' ? address : "about:blank", NULL, - ephy_gui_is_middle_click () ? EPHY_LINK_NEW_TAB : 0); + ephy_link_flags_from_current_event ()); g_free (address); } |