diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-06 16:14:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-06 16:14:45 +0000 |
commit | 39e29436509f6aa47eac503f333a91a017fb7ab2 (patch) | |
tree | 47d2c8e81d2e1a165eec9b37f2bbffec3a106a8b /ChangeLog.pre-2-6 | |
parent | c13e6db019547c0b06d78765287fba0332dd3f2e (diff) | |
download | gtk+-39e29436509f6aa47eac503f333a91a017fb7ab2.tar.gz |
Add the entire draw_data_list back to the free list, not just the last
Sat Feb 6 11:20:16 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_idle_draw): Add the
entire draw_data_list back to the free list, not
just the last element.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 8029fae544..a501d41b88 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Sat Feb 6 11:20:16 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwidget.c (gtk_widget_idle_draw): Add the + entire draw_data_list back to the free list, not + just the last element. + Sat Feb 6 00:21:14 1999 Lars Hamann <lars@gtk.org> * gtk/gtkctree.c (draw_row): |