summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/tmpl/gtktable.sgml5
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index e4afc05654..2bc011643c 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 8 12:33:29 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/tmpl/gtktable.sgml: fix bug #55921
+
2001-06-05 Havoc Pennington <hp@redhat.com>
* gtk/tmpl/gtkscale.sgml: more docs
diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml
index 3ca973b37a..59242d40b7 100644
--- a/docs/reference/gtk/tmpl/gtktable.sgml
+++ b/docs/reference/gtk/tmpl/gtktable.sgml
@@ -100,7 +100,10 @@ These fields should be considered read-only and not be modified directly.
<!-- ##### FUNCTION gtk_table_new ##### -->
<para>
-Used to create a new table widget. An initial size must be given by specifying how many rows and columns the table should have, although this can be changed later with gtk_table_resize().
+Used to create a new table widget. An initial size must be given by
+specifying how many rows and columns the table should have, although
+this can be changed later with gtk_table_resize(). @rows and @columns
+must both be in the range 0 .. 65535.
</para>
@rows: The number of rows the new table should have.