diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index cc068979c..31f8a0200 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2008-05-17 Matthias Clasen + + Bug 528648 – Extra >s in Object Construction section... + + * gobject/tut_howto.xml: Fix a formatting glitch + 2008-05-14 Tor Lillqvist * glib/tmpl/spawn.sgml: Don't mention fork()/exec() in the short diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml index 6e3879097..ac98aeb78 100644 --- a/docs/reference/gobject/tut_howto.xml +++ b/docs/reference/gobject/tut_howto.xml @@ -318,7 +318,7 @@ maman_bar_get_type (void) Construction properties will be set only after all instance_init functions have run. - No object reference will be returned to the client of g_object_new> + No object reference will be returned to the client of g_object_new until all the construction properties have been set.