diff options
author | Kristian Rietveld <kris@gtk.org> | 2002-06-13 14:32:57 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2002-06-13 14:32:57 +0000 |
commit | 325e571a3f8b253edd32bc6fcb841d853c9e18d0 (patch) | |
tree | 822a0026f951ac2f5c98ffe4b4d6ca3d46bfce2e /ChangeLog.pre-2-6 | |
parent | bc79c6274151ecf561ac0b2691d9724f39e2045b (diff) | |
download | gdk-pixbuf-325e571a3f8b253edd32bc6fcb841d853c9e18d0.tar.gz |
traverse all nodes, not just the leafs (pointed out by Josh Parsons)
Thu Jun 13 16:42:40 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_finalize): traverse all nodes,
not just the leafs (pointed out by Josh Parsons)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0c55d8d60..6012ab264 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Thu Jun 13 16:42:40 2002 Kristian Rietveld <kris@gtk.org> + + * gtk/gtktreestore.c (gtk_tree_store_finalize): traverse all nodes, + not just the leafs (pointed out by Josh Parsons) + 2002-06-12 Havoc Pennington <hp@redhat.com> * configure.in: check that pango has Xft2 support, instead of |