summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-properties-window.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/file-manager/fm-properties-window.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/file-manager/fm-properties-window.c')
-rw-r--r--src/file-manager/fm-properties-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c
index 98e52b8f..bb9f06cd 100644
--- a/src/file-manager/fm-properties-window.c
+++ b/src/file-manager/fm-properties-window.c
@@ -5799,7 +5799,7 @@ fm_properties_window_class_init (FMPropertiesWindowClass *class)
GTK_DIALOG_CLASS (class)->response = real_response;
binding_set = gtk_binding_set_by_class (class);
- gtk_binding_entry_add_signal (binding_set, GDK_Escape, 0,
+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_Escape, 0,
"close", 0);
}