[nautilus/wip/ernestask/rolling-around-at-the-speed-of-diagonal: 5/5] location-entry: Use event handler return value macros consistently



commit 91a54ed5e021f28ba441a9d0b78d08426799c2eb
Author: Ernestas Kulik <ekulik redhat com>
Date:   Fri Nov 30 14:51:11 2018 +0100

    location-entry: Use event handler return value macros consistently

 src/nautilus-location-entry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c
index 43fb4c6fc..0203e278e 100644
--- a/src/nautilus-location-entry.c
+++ b/src/nautilus-location-entry.c
@@ -635,7 +635,7 @@ nautilus_location_entry_on_event (GtkWidget *widget,
 
     if (!gtk_editable_get_editable (editable))
     {
-        return FALSE;
+        return GDK_EVENT_PROPAGATE;
     }
 
     if (G_UNLIKELY (!gdk_event_get_keyval (event, &keyval)))


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