diff options
author | Xan Lopez <xan@gnome.org> | 2008-03-06 19:14:17 +0000 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-03-06 19:14:17 +0000 |
commit | 6dc678ede39f13e3a949983f87fdca4b6f67907f (patch) | |
tree | 99591dfeaca4df6cdba8813cd82a38ab97611a92 | |
parent | b381678a9223bbde553b1cc2d1b7793316f0b1bc (diff) | |
download | gdk-pixbuf-6dc678ede39f13e3a949983f87fdca4b6f67907f.tar.gz |
fix typo in documentation.
2008-03-06 Xan Lopez <xan@gnome.org>
* gtk/gtkfixed.c: fix typo in documentation.
svn path=/trunk/; revision=19722
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gtk/gtkfixed.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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: diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index dffd61567..e6d3dabc9 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -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. **/ |