Fix key themes for GtkEntry -> entry

This was pointed out in

https://bugzilla.gnome.org/show_bug.cgi?id=757252
This commit is contained in:
Matthias Clasen 2015-10-28 10:07:18 -04:00
parent 20e46ce8ae
commit b4d49c36ce
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@
bind "<ctrl>b" { "move-current" (parent) };
}
GtkEntry {
entry {
gtk-key-bindings: gtk-emacs-text-entry;
}

View File

@ -188,11 +188,11 @@ GtkTextView {
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-text-view;
}
GtkEntry {
entry {
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-entry;
}
GtkLabel {
label {
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label;
}