diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index ba4c10913..990b89c42 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -2144,7 +2144,7 @@ overview_open_link_cb (EphyOverview *overview, const char *url, EphyWindow *window) { - ephy_link_open (EPHY_LINK (window), url, NULL, 0); + ephy_link_open (EPHY_LINK (window), url, NULL, ephy_link_flags_from_current_event ()); } static void |