Bug 528648 – Extra >s in Object Construction section...
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 17 May 2008 05:56:29 +0000 (05:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 17 May 2008 05:56:29 +0000 (05:56 +0000)
        * gobject/tut_howto.xml: Fix a formatting glitch

svn path=/trunk/; revision=6900

docs/reference/ChangeLog
docs/reference/gobject/tut_howto.xml

index cc06897..31f8a02 100644 (file)
@@ -1,3 +1,9 @@
+2008-05-17  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 528648 – Extra >s in Object Construction section...
+
+       * gobject/tut_howto.xml: Fix a formatting glitch
+
 2008-05-14  Tor Lillqvist  <tml@novell.com>
 
        * glib/tmpl/spawn.sgml: Don't mention fork()/exec() in the short
index 6e38790..ac98aeb 100644 (file)
@@ -318,7 +318,7 @@ maman_bar_get_type (void)
 
     <para>
       Construction properties will be set only after all instance_init functions have run.
-      No object reference will be returned to the client of <function><link linkend="g-object-new>">g_object_new></link></function>
+      No object reference will be returned to the client of <function><link linkend="g-object-new">g_object_new</link></function>
       until all the construction properties have been set.
     </para>