From 53c87bf9152418f409f9942d463a8350a194ddf9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Jul 2007 04:08:08 +0000 Subject: [PATCH] Fix a typo svn path=/trunk/; revision=18337 --- docs/reference/gtk/tmpl/gtkcelllayout.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/tmpl/gtkcelllayout.sgml b/docs/reference/gtk/tmpl/gtkcelllayout.sgml index 4cc7ea12fe..e9e8fe21be 100644 --- a/docs/reference/gtk/tmpl/gtkcelllayout.sgml +++ b/docs/reference/gtk/tmpl/gtkcelllayout.sgml @@ -29,7 +29,7 @@ of the attribute for each cell that is rendered. Implementations of GtkCellLayout which also implement the GtkBuildable interface (#GtkCellView, #GtkIconView, #GtkComboBox, #GtkComboBoxEntry, #GtkEntryCompletion, #GtkTreeViewColumn) accept GtkCellRenderer objects -as <child> elements in UI definitons. They support a custom +as <child> elements in UI definitions. They support a custom <attributes> element for their children, which can contain multiple <attribute> elements. Each <attribute> element has a name attribute which specifies a property of the cell renderer; the