summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-01-14 14:34:07 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-01-14 14:34:07 +0000
commitb16b7fb91a8251e6fceb156e07a3cce171ae74b1 (patch)
tree15ec43b01d117d3a8ed4d443f5f943ea0bebb849 /ChangeLog
parent730c907effc5ce90ec9e8b9be5700c4b99eabfc8 (diff)
downloadgtk+-b16b7fb91a8251e6fceb156e07a3cce171ae74b1.tar.gz
fix another call to gtk_selection_data_set().
2008-01-14 Michael Natterer <mitch@imendio.com> * tests/testdnd.c (source_drag_data_get): fix another call to gtk_selection_data_set(). svn path=/trunk/; revision=19369
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd60e84475..407c60b272 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-14 Michael Natterer <mitch@imendio.com>
+ * tests/testdnd.c (source_drag_data_get): fix another call to
+ gtk_selection_data_set().
+
+2008-01-14 Michael Natterer <mitch@imendio.com>
+
* gtk/gtkoldeditable.c (gtk_old_editable_selection_received): fix
signedness warning.