forked from AuroraMiddleware/gtk
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:
parent
5f6e577866
commit
52ac79fe83
@ -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
|
||||
|
@ -58,7 +58,7 @@ GtkTreeViewColumn objects as <child> elements in UI definitions.
|
||||
<property name="title">Test</property>
|
||||
<child>
|
||||
<object class="GtkCellRendererText"/>
|
||||
<attributes>"
|
||||
<attributes>
|
||||
<attribute name="text">1</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user