summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-18 16:32:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-18 16:32:38 +0000
commit763452a14f7b775097a36de4d72036aecc0f0289 (patch)
tree20d5c730ce95aa134ced723baa9fe4c657c8e727 /ChangeLog
parentb1f056a8025d59e617affe6a03d655a92c61b289 (diff)
downloadgtk+-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f8e6b38b2..efc0337b41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.