]> Pileus Git - ~andy/gtk/commitdiff
fix typo in documentation.
authorXan Lopez <xan@gnome.org>
Thu, 6 Mar 2008 19:14:17 +0000 (19:14 +0000)
committerXan Lopez <xan@src.gnome.org>
Thu, 6 Mar 2008 19:14:17 +0000 (19:14 +0000)
2008-03-06  Xan Lopez  <xan@gnome.org>

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

svn path=/trunk/; revision=19722

ChangeLog
gtk/gtkfixed.c

index e8ed0aa4e1219bab8621ab539b1a886a14d711f4..52e193a768c2d31e715eca1d9173d6dcbe8ff705 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index dffd615676c32f2aaed6887943a90a0daaa0eac5..e6d3dabc9e4e6f3a6de54b8de5288808030ae43b 100644 (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.
  **/