mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Use correct type text/uri-list for the dropped files selection
Fixes bug #599321.
This commit is contained in:
parent
8e945e0e3f
commit
861c34b01e
@ -810,7 +810,7 @@ gdk_selection_convert (GdkWindow *requestor,
|
||||
if (dropfiles_prop != NULL)
|
||||
{
|
||||
selection_property_store
|
||||
(requestor, selection, dropfiles_prop->format,
|
||||
(requestor, dropfiles_prop->type, dropfiles_prop->format,
|
||||
dropfiles_prop->data, dropfiles_prop->length);
|
||||
g_free (dropfiles_prop);
|
||||
dropfiles_prop = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user