diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 9bc9dbc08..4d9380146 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2004-12-20 Matthias Clasen + + * gobject/tmpl/signals.sgml: Fix a typo. (#161713, + Vincent Untz) + 2004-12-17 Matthias Clasen * glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs. diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index ee19a2392..6b689a6df 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -494,7 +494,7 @@ calling the handler. by temporarily adding a reference count to @gobject. - Note that there this a bug in GObject that makes this function + Note that there is a bug in GObject that makes this function much less useful than it might seem otherwise. Once @gobject is disposed, the callback will no longer be called, but, the signal handler is not currently disconnected. If the