summaryrefslogtreecommitdiff
path: root/src/caja-query-editor.c
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-11-05 23:14:35 +0200
committerJasmine Hassan <[email protected]>2012-11-16 09:45:50 +0200
commitb24f066e23fb5b204c940c229c5cdebffd2f7600 (patch)
tree405f3aba07a9951344e35e7dbd4a19e3bd76ec79 /src/caja-query-editor.c
parent360d966dfa2a9ebe579e77d4f59a1e3b37ead28c (diff)
downloadcaja-b24f066e23fb5b204c940c229c5cdebffd2f7600.tar.bz2
caja-b24f066e23fb5b204c940c229c5cdebffd2f7600.tar.xz
[src] convert to new GDK_KEY prefix
http://git.gnome.org/browse/nautilus/commit/?id=71fa1a50145a6f06da3b805a29e75c1295fd546b Also, make sure we use GDK_KEY prefix in places-sidebar where this patch was previously applied to Caja but with old prefix: places-sidebar: allow keyboard navigation with Enter/Space (#637768) http://git.gnome.org/browse/nautilus/commit/?id=fd03c910a73ba18459e68baaf15e8dd295acd5c1
Diffstat (limited to 'src/caja-query-editor.c')
-rw-r--r--src/caja-query-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-query-editor.c b/src/caja-query-editor.c
index 44425df3..7beb13d0 100644
--- a/src/caja-query-editor.c
+++ b/src/caja-query-editor.c
@@ -210,7 +210,7 @@ caja_query_editor_class_init (CajaQueryEditorClass *class)
G_TYPE_NONE, 0);
binding_set = gtk_binding_set_by_class (class);
- gtk_binding_entry_add_signal (binding_set, GDK_Escape, 0, "cancel", 0);
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_Escape, 0, "cancel", 0);
}
static void