]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo in the markup. (reported by kraai -at- ftbfs.org)
authorCody Russell <bratsche@gnome.org>
Thu, 10 Apr 2008 20:58:50 +0000 (20:58 +0000)
committerCody Russell <bratsche@src.gnome.org>
Thu, 10 Apr 2008 20:58:50 +0000 (20:58 +0000)
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

ChangeLog
docs/reference/gtk/tmpl/gtktreeview.sgml

index 0b23a91b18046751875cf3a8ee338bb798580292..ddde22d0ed477aee36557ca5fb104d68aed394b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3d1323529e20e0584b67e58f19ab61af71eb7c16..c8fb3affa27e3f97740f2ec9275120bbf8fae16f 100644 (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>