From 0fc791e776d61d83d67c2984a003a2f42bd769d1 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 3 Sep 2012 13:06:28 +0300 Subject: ephy-window: handle key modifiers on overview::item-activate So that middle-click, for instance, opens a new tab. Notice that control-click will still not work, as the GdMainView widget is handling the event to emit its selection-mode-request signal. https://bugzilla.gnome.org/show_bug.cgi?id=683187 --- src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3