diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 515370a203..e0c6316761 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 21 23:39:42 2002 Jonathan Blandford + + * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect + changes in the code, found by Jody Goldberg + 2002-01-19 Havoc Pennington * gtk/x11.sgml: add a mostly-empty X11 section diff --git a/docs/reference/gtk/tmpl/gtkfixed.sgml b/docs/reference/gtk/tmpl/gtkfixed.sgml index e1f660b89d..67bedddd98 100644 --- a/docs/reference/gtk/tmpl/gtkfixed.sgml +++ b/docs/reference/gtk/tmpl/gtkfixed.sgml @@ -100,13 +100,13 @@ an application.) -#gint16 x; +#gint x; the horizontal position of the widget within the #GtkFixed container. -#gint16 y; +#gint y; the vertical position of the widget within the #GtkFixed container.