]> Pileus Git - ~andy/gtk/commitdiff
Fix css syntax in example
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jun 2011 15:11:47 +0000 (11:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jun 2011 15:11:47 +0000 (11:11 -0400)
gtk/gtkstylecontext.c

index 9ac9b47b67e58203e95f50eb9073bf7772e3039d..7219ac86595c3cb1de1a6ed4b63e582b25070149 100644 (file)
@@ -2113,8 +2113,8 @@ _gtk_style_context_check_region_name (const gchar *str)
  * Pseudo-classes are used for matching @flags, so the two
  * following rules:
  * <programlisting>
- * GtkTreeView row:nth-child (even) { ... }
- * GtkTreeView row:nth-child (odd) { ... }
+ * GtkTreeView row:nth-child(even) { ... }
+ * GtkTreeView row:nth-child(odd) { ... }
  * </programlisting>
  *
  * would apply to even and odd rows, respectively.