summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-02-05 23:07:07 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-02-05 23:07:07 +0000
commitd18c9de808473d325dff8f95de1e0b776f11c052 (patch)
tree7d69b917926b42e5f664c92c59c9f2b56b3eb269 /ChangeLog.pre-2-6
parent6370cf3b8ea3858d0fbd4784e48ce0f4a2cc8a83 (diff)
downloadgtk+-d18c9de808473d325dff8f95de1e0b776f11c052.tar.gz
offset area being gotten from pixmap by the align/padding offsets, so we
2002-02-05 Havoc Pennington <hp@redhat.com> * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from pixmap by the align/padding offsets, so we don't get warnings in gdk_pixbuf_get_from_drawable (and so it works, of course)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-66
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 07036b53e9..11dd9b493b 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+2002-02-05 Havoc Pennington <hp@redhat.com>
+
+ * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
+ pixmap by the align/padding offsets, so we don't get warnings
+ in gdk_pixbuf_get_from_drawable (and so it works, of course)
+
2002-02-05 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment.