summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2002-01-22 05:00:50 +0000
committerJonathan Blandford <jrb@src.gnome.org>2002-01-22 05:00:50 +0000
commiteb1255867587ecd431c7ecfc16f0bf2637d0799a (patch)
treea5e5862e634d02861a24df3b7c567dcf8999d0f5 /docs
parentf0c42465b9b5f9489fb3ae548233911ef6310167 (diff)
downloadgtk+-eb1255867587ecd431c7ecfc16f0bf2637d0799a.tar.gz
change guint16 to gint to reflect changes in the code, found by Jody
Mon Jan 21 23:39:42 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect changes in the code, found by Jody Goldberg <jody@gnome.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gtk/tmpl/gtkfixed.sgml4
2 files changed, 7 insertions, 2 deletions
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 <jrb@redhat.com>
+
+ * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
+ changes in the code, found by Jody Goldberg <jody@gnome.org>
+
2002-01-19 Havoc Pennington <hp@pobox.com>
* 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.)
</row>
<row>
-<entry>#gint16 x;</entry>
+<entry>#gint x;</entry>
<entry>the horizontal position of the widget within the #GtkFixed
container.</entry>
</row>
<row>
-<entry>#gint16 y;</entry>
+<entry>#gint y;</entry>
<entry>the vertical position of the widget within the #GtkFixed
container.</entry>
</row>