GtkBindings: Fix CSS key in example docs

gtk-key-bindings was renamed to -gtk-key-bindings in d267b8e0.

https://bugzilla.gnome.org/show_bug.cgi?id=760082
This commit is contained in:
Felix Riemann 2016-01-02 21:28:51 +01:00 committed by Matthias Clasen
parent d83e9539c5
commit 6df8bc2e1a

View File

@ -77,7 +77,7 @@
* } * }
* GtkEntry * GtkEntry
* { * {
* gtk-key-bindings: MoveCursor3; * -gtk-key-bindings: MoveCursor3;
* } * }
* ]| * ]|
* *
@ -99,7 +99,7 @@
* } * }
* GtkEntry * GtkEntry
* { * {
* gtk-key-bindings: MoveCursor3; * -gtk-key-bindings: MoveCursor3;
* } * }
* ]| * ]|
* *
@ -122,7 +122,7 @@
* } * }
* GtkEntry * GtkEntry
* { * {
* gtk-key-bindings: MoveCursor3; * -gtk-key-bindings: MoveCursor3;
* } * }
* ]| * ]|
* *