summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-04-07 03:54:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-04-07 03:54:57 +0000
commitebc65e70a9f06821cf6d57e6bf818eb818dc2763 (patch)
tree4acb41b3587a7ffcc6c64daa6762e8d18cb42ef7 /ChangeLog.pre-2-8
parentaccb923fd77ac869bd4cd06c383b8080b1666f68 (diff)
downloadgdk-pixbuf-ebc65e70a9f06821cf6d57e6bf818eb818dc2763.tar.gz
Pass the target list to the underlying dnd implementation, otherwise we
2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source) (gtk_tree_view_enable_model_drag_dest): Pass the target list to the underlying dnd implementation, otherwise we miss the target info in the drag-data-received signal. (#164085, Jorn Baayen)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-86
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 3da0c9d55..95e2a7f49 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,11 @@
2005-04-06 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source)
+ (gtk_tree_view_enable_model_drag_dest): Pass the target list
+ to the underlying dnd implementation, otherwise we miss the
+ target info in the drag-data-received signal. (#164085, Jorn
+ Baayen)
+
* gtk/*.c, gdk/gdkdisplaymanager.c: Use canonical property
names for g_object_notify() calls. (#171746, Morten Welinder)