[epiphany] Fix ESC opening completion popup



commit 014dd159d741e03f9c9f0de6104aa6d733638b30
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Sun Nov 25 12:39:46 2018 +0100

    Fix ESC opening completion popup
    
    Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/582

 lib/widgets/ephy-location-entry.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index a63f2b983..b0fc61006 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -521,8 +521,7 @@ entry_key_press_cb (GtkEntry          *entry,
 
 
   if (event->keyval == GDK_KEY_Escape && state == 0) {
-    ephy_location_entry_reset_internal (location_entry, TRUE);
-    /* don't return TRUE since we want to cancel the autocompletion popup too */
+    ephy_location_entry_reset_internal (location_entry, FALSE);
   }
 
   if (event->keyval == GDK_KEY_l && state == GDK_CONTROL_MASK) {


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