summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-06-18 23:44:41 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-06-18 23:44:41 +0000
commit5b3ed55f803572cdbb616cacc18e4eebfae5068c (patch)
tree8d8576c647b3c63e70df0e1e6af4f184b46298ea /ChangeLog
parent67f8b5bd468fa8acef16f04e7e897aa47e8d6299 (diff)
downloadgtk+-5b3ed55f803572cdbb616cacc18e4eebfae5068c.tar.gz
Fix bug where collapsing a selected row would result in the cursor/anchor
Mon Jun 18 19:41:38 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug where collapsing a selected row would result in the cursor/anchor getting screwed up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82912a0fd6..feb4501522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jun 18 19:41:38 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
+ where collapsing a selected row would result in the cursor/anchor
+ getting screwed up.
+
Fri Jun 15 18:53:48 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename