Update emacs key theme for css changes

Use the element names for widgets.
This commit is contained in:
Matthias Clasen
2015-11-06 15:19:36 -05:00
parent a9814fea7d
commit bc656a3ca5

View File

@ -108,11 +108,11 @@ entry {
gtk-key-bindings: gtk-emacs-text-entry;
}
GtkTextView {
textview {
gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
}
GtkTreeView {
treeview {
gtk-key-bindings: gtk-emacs-tree-view;
}