]> Pileus Git - ~andy/gtk/commitdiff
Fix a copy-and-paste error. (#122800)
authorMatthias Clasen <maclas@gmx.de>
Mon, 22 Sep 2003 08:30:26 +0000 (08:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 22 Sep 2003 08:30:26 +0000 (08:30 +0000)
2003-09-22  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtktable.sgml: Fix a copy-and-paste error.  (#122800)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktable.sgml

index 39f267b1c7d3c73479f8064e24b92f2360ba309d..138257978014c1762677c87f5362ac4b6e0e3cdf 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-22  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktable.sgml: Fix a copy-and-paste error.  (#122800)
+
 2003-09-21  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtk-sections.txt: Add gtk_widget_[gs]et_no_show_all.
index b1702965b8d362c4b617c6703d5313d9aecdf869..c3b93d926736e6ddb4a51d238532d0b3a8a65e55 100644 (file)
@@ -136,7 +136,7 @@ and row numbers of the table. (Columns and rows are indexed from zero).
 @left_attach: the column number to attach the left side of a child widget to.
 @right_attach: the column number to attach the right side of a child widget to.
 @top_attach: the row number to attach the top of a child widget to.
-@bottom_attach: the column number to attach the bottom of a child widget to.
+@bottom_attach: the row number to attach the bottom of a child widget to.
 @xoptions: Used to specify the properties of the child widget when the table is resized.
 @yoptions: The same as xoptions, except this field determines behaviour of vertical resizing.
 @xpadding: An integer value specifying the padding on the left and right of the widget being added to the table.