summaryrefslogtreecommitdiff
path: root/gtk/gtk-keys.css.emacs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-20 20:34:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-20 20:35:39 -0500
commitadead3b49915fd0e40e31f43264acedc5696525a (patch)
tree70f0b1a73c17a7f5bce2003f78df567d1e60625f /gtk/gtk-keys.css.emacs
parentd267b8e028003134c4f7c19545b01a9fefbd2d08 (diff)
downloadgtk+-adead3b49915fd0e40e31f43264acedc5696525a.tar.gz
Update key themes to use -gtk-key-bindings
The name gtk-key-bindings has been deprecated and causes warnings.
Diffstat (limited to 'gtk/gtk-keys.css.emacs')
-rw-r--r--gtk/gtk-keys.css.emacs8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtk-keys.css.emacs b/gtk/gtk-keys.css.emacs
index 4b8221c5f1..9dd624074c 100644
--- a/gtk/gtk-keys.css.emacs
+++ b/gtk/gtk-keys.css.emacs
@@ -105,17 +105,17 @@
}
entry {
- gtk-key-bindings: gtk-emacs-text-entry;
+ -gtk-key-bindings: gtk-emacs-text-entry;
}
textview {
- gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
+ -gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
}
treeview {
- gtk-key-bindings: gtk-emacs-tree-view;
+ -gtk-key-bindings: gtk-emacs-tree-view;
}
GtkMenuShell {
- gtk-key-bindings: gtk-emacs-menu;
+ -gtk-key-bindings: gtk-emacs-menu;
}