fix typo in documentation.

2008-03-06  Xan Lopez  <xan@gnome.org>

	* gtk/gtkfixed.c: fix typo in documentation.

svn path=/trunk/; revision=19722
This commit is contained in:
Xan Lopez 2008-03-06 19:14:17 +00:00 committed by Xan Lopez
parent b381678a92
commit 6dc678ede3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-03-06 Xan Lopez <xan@gnome.org>
* gtk/gtkfixed.c: fix typo in documentation.
2008-03-06 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkitemfactory.h:

View File

@ -485,7 +485,7 @@ gtk_fixed_set_has_window (GtkFixed *fixed,
* @fixed: a #GtkWidget
*
* Gets whether the #GtkFixed has its own #GdkWindow.
* See gdk_fixed_set_has_window().
* See gtk_fixed_set_has_window().
*
* Return value: %TRUE if @fixed has its own window.
**/