diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-18 16:32:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-18 16:32:38 +0000 |
commit | 763452a14f7b775097a36de4d72036aecc0f0289 (patch) | |
tree | 20d5c730ce95aa134ced723baa9fe4c657c8e727 /ChangeLog | |
parent | b1f056a8025d59e617affe6a03d655a92c61b289 (diff) | |
download | gtk+-763452a14f7b775097a36de4d72036aecc0f0289.tar.gz |
Fix some errors in the handling of drop columns. (#143355, John Finlay)
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_drop_column)
(gtk_tree_view_set_column_drag_info): Fix some errors in the
handling of drop columns. (#143355, John Finlay)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-05-18 Matthias Clasen <mclasen@redhat.com> + * gtk/gtktreeview.c (gtk_tree_view_get_drop_column) + (gtk_tree_view_set_column_drag_info): Fix some errors in the + handling of drop columns. (#143355, John Finlay) + * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Remove the no longer needed workaround. |