Fix a typo. (#349120, Vincent Untz)

2006-08-06  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkrecentmanager.sgml: Fix a typo.  (#349120, Vincent Untz)
This commit is contained in:
Matthias Clasen 2006-08-06 04:46:00 +00:00 committed by Matthias Clasen
parent e7b57543ab
commit 6e7bbb2c9d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-06 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkrecentmanager.sgml: Fix a typo. (#349120, Vincent Untz)
2006-07-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===

View File

@ -53,7 +53,7 @@ if (error)
else
{
/* Use the info object */
g_object_unref (info);
gtk_recent_info_unref (info);
}
</programlisting>
</informalexample>