summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-09-22 08:30:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-09-22 08:30:26 +0000
commitdf64ae4434a75311e490c0d648a79bb61428ac2e (patch)
treee030aed31134c86e3bfea58990077815e8153273 /docs
parentd381967d5ccb39a1b5dc94cbc01379143c917eb8 (diff)
downloadgdk-pixbuf-df64ae4434a75311e490c0d648a79bb61428ac2e.tar.gz
Fix a copy-and-paste error. (#122800)
2003-09-22 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtktable.sgml: Fix a copy-and-paste error. (#122800)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/tmpl/gtktable.sgml2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 39f267b1c..138257978 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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.
diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml
index b1702965b..c3b93d926 100644
--- a/docs/reference/gtk/tmpl/gtktable.sgml
+++ b/docs/reference/gtk/tmpl/gtktable.sgml
@@ -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.