[epiphany] ephy-window: handle key modifiers on overview::item-activate



commit 0fc791e776d61d83d67c2984a003a2f42bd769d1
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Sep 3 13:06:28 2012 +0300

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index ba4c109..990b89c 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]