summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-01-08 19:21:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-01-08 19:21:55 +0000
commit07d4e54cc6f32421aae976bd797a9dd9943e0ada (patch)
tree1897dc56fb846aff429006e2f380cb84a35143a3 /ChangeLog.pre-2-4
parentb24d44e421ed429bec40de42650b26c4ba82fbf2 (diff)
downloadgdk-pixbuf-07d4e54cc6f32421aae976bd797a9dd9943e0ada.tar.gz
Fix problem where child->requisition was accessed directly instead of
Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Fix problem where child->requisition was accessed directly instead of calling get_child_requisition() (#68199, Damon Chaplin)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-47
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 4b949c611..ced0d903b 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,10 @@
+Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate):
+ Fix problem where child->requisition was accessed
+ directly instead of calling get_child_requisition()
+ (#68199, Damon Chaplin)
+
2001-01-08 James Henstridge <james@daa.com.au>
* gtk/gtkstyle.c: add trailing */ on doc comment.