[epiphany] Fix opening new tab on CTRL + l
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix opening new tab on CTRL + l
- Date: Fri, 19 Oct 2018 01:05:42 +0000 (UTC)
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]