diff options
author | 2 <jrb@redhat.com> | 2000-11-22 07:45:28 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2000-11-22 07:45:28 +0000 |
commit | c76c5f4857b05ac5a2cc2b01201ee7c97f4a74be (patch) | |
tree | c6ff380345ffeaf72be4259cf91216ae59b79044 /ChangeLog | |
parent | a2771e40bc189edd7226e9511b407d0a9aa84c5e (diff) | |
download | gtk+-c76c5f4857b05ac5a2cc2b01201ee7c97f4a74be.tar.gz |
It's amazing what reversing the order in an if statement will do. Doing so
2000-11-22 <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
reversing the order in an if statement will do. Doing so managed
to make the treemodelsort half work. Other half will follow after
I get the insert function fully fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-11-22 <jrb@redhat.com> + + * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what + reversing the order in an if statement will do. Doing so managed + to make the treemodelsort half work. Other half will follow after + I get the insert function fully fixed. + 2000-11-21 Elliot Lee <sopwith@redhat.com> * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly more than 2 bits. Besides, I need to implement an evil hack. :) |