[epiphany] Fix opening new tab on CTRL + l



commit 92d550943d1a46f3fd6ed55f813cef95051c784d
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Wed Oct 17 21:51:39 2018 +0200

    Fix opening new tab on CTRL + l
    
    Instead of activating url entry on key press, just set the focus.

 lib/widgets/ephy-location-entry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 927968bfb..39b7c5493 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -529,7 +529,7 @@ entry_key_press_cb (GtkEntry          *entry,
     /* Make sure the location is activated on CTRL+l even when the
      * completion popup is shown and have an active keyboard grab.
      */
-    ephy_location_entry_activate (location_entry);
+    ephy_location_entry_focus (location_entry);
   }
 
   if (event->keyval == GDK_KEY_Return ||


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