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:
Michael Natterer
2008-01-14 14:34:07 +00:00
committed by Michael Natterer
parent 730c907eff
commit b16b7fb91a
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* gtk/gtkoldeditable.c (gtk_old_editable_selection_received): fix

View File

@ -428,7 +428,7 @@ source_drag_data_get (GtkWidget *widget,
else
gtk_selection_data_set (selection_data,
selection_data->target,
8, "I'm Data!", 9);
8, (guchar *) "I'm Data!", 9);
}
/* The following is a rather elaborate example demonstrating/testing