From 09a52de4785b4db0e65d9d7c919d693f1a34fb5a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 31 Jan 2011 07:37:36 -0500 Subject: [PATCH] Add a missing id to the docs --- gtk/gtkcssprovider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 2c1b8ad84d..4555229f04 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -290,7 +290,7 @@ * @import url ("path/to/common.css"); * * - * + * * In order to extend key bindings affecting different widgets, GTK+ * supports the @binding-set rule to parse a set of bind/unbind * directives, see #GtkBindingSet for the supported syntax. Note that