diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-11-01 20:46:01 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-11-01 20:46:01 +0000 |
commit | 2704ea2b581c4d601c43e9843fca9afe271fc3a7 (patch) | |
tree | 7fdf222c644ba96d2b24367eab16f8ed161ecb1b /ChangeLog.pre-2-8 | |
parent | b852358d0ac7e144909236fa5851ec89408b9867 (diff) | |
download | gtk+-2704ea2b581c4d601c43e9843fca9afe271fc3a7.tar.gz |
it's amazing how well things work sometimes, even when they're completely
Thu Nov 1 15:45:04 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
it's amazing how well things work sometimes, even when they're
completely wrong.
* gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
where you could try to collapse a node w/o it having children.
(gtk_tree_view_class_init): remove Shift L<->R as they already
existed for expand/collapse.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2dd76b34d0..3477554c0e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,15 @@ +Thu Nov 1 15:45:04 2001 Jonathan Blandford <jrb@redhat.com> + + * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): + it's amazing how well things work sometimes, even when they're + completely wrong. + + * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug + where you could try to collapse a node w/o it having children. + + (gtk_tree_view_class_init): remove Shift L<->R as they already + existed for expand/collapse. + Thu Nov 1 12:21:31 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash |