Fix a typo in the markup. (reported by kraai -at- ftbfs.org)

2008-04-10  Cody Russell  <bratsche@gnome.org>

        * docs/reference/gtk/tmpl/gtktreeview.sgml: Fix a typo
        in the markup. (reported by kraai -at- ftbfs.org)


svn path=/trunk/; revision=19989
This commit is contained in:
Cody Russell 2008-04-10 20:58:50 +00:00 committed by Cody Russell
parent 5f6e577866
commit 52ac79fe83
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-10 Cody Russell <bratsche@gnome.org>
* docs/reference/gtk/tmpl/gtktreeview.sgml: Fix a typo
in the markup. (reported by kraai -at- ftbfs.org)
2008-04-10 Carlos Garnacho <carlos@imendio.com>
* gtk/gtknotebook.c (hide_drag_window): Do not call

View File

@ -58,7 +58,7 @@ GtkTreeViewColumn objects as &lt;child&gt; elements in UI definitions.
<property name="title">Test</property>
<child>
<object class="GtkCellRendererText"/>
<attributes>"
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child>