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
This commit is contained in:
committed by
Michael Natterer
parent
730c907eff
commit
b16b7fb91a
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2008-01-14 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkoldeditable.c (gtk_old_editable_selection_received): fix
|
* gtk/gtkoldeditable.c (gtk_old_editable_selection_received): fix
|
||||||
|
|||||||
@ -428,7 +428,7 @@ source_drag_data_get (GtkWidget *widget,
|
|||||||
else
|
else
|
||||||
gtk_selection_data_set (selection_data,
|
gtk_selection_data_set (selection_data,
|
||||||
selection_data->target,
|
selection_data->target,
|
||||||
8, "I'm Data!", 9);
|
8, (guchar *) "I'm Data!", 9);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The following is a rather elaborate example demonstrating/testing
|
/* The following is a rather elaborate example demonstrating/testing
|
||||||
|
|||||||
Reference in New Issue
Block a user