summaryrefslogtreecommitdiff
path: root/src/nautilus-location-entry.c
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2018-11-30 14:51:11 +0100
committerErnestas Kulik <ekulik@redhat.com>2018-12-05 14:31:18 +0100
commit91a54ed5e021f28ba441a9d0b78d08426799c2eb (patch)
treec280df635a88eef8335026fdb56e470e7e082e05 /src/nautilus-location-entry.c
parent43df84f5c239f2837379747e7bc6233c989ece8c (diff)
downloadnautilus-91a54ed5e021f28ba441a9d0b78d08426799c2eb.tar.gz
location-entry: Use event handler return value macros consistently
Diffstat (limited to 'src/nautilus-location-entry.c')
-rw-r--r--src/nautilus-location-entry.c2
1 files changed, 1 insertions, 1 deletions
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)))