diff options
author | Michael Natterer <mitch@imendio.com> | 2008-01-14 14:34:07 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-01-14 14:34:07 +0000 |
commit | b16b7fb91a8251e6fceb156e07a3cce171ae74b1 (patch) | |
tree | 15ec43b01d117d3a8ed4d443f5f943ea0bebb849 /ChangeLog | |
parent | 730c907effc5ce90ec9e8b9be5700c4b99eabfc8 (diff) | |
download | gtk+-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |