summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author2 <jrb@redhat.com>2000-11-22 07:45:28 +0000
committerJonathan Blandford <jrb@src.gnome.org>2000-11-22 07:45:28 +0000
commitc76c5f4857b05ac5a2cc2b01201ee7c97f4a74be (patch)
treec6ff380345ffeaf72be4259cf91216ae59b79044 /ChangeLog
parenta2771e40bc189edd7226e9511b407d0a9aa84c5e (diff)
downloadgtk+-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb61dcb770..88a93877ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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. :)