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)
|
if (dropfiles_prop != NULL)
|
||||||
{
|
{
|
||||||
selection_property_store
|
selection_property_store
|
||||||
(requestor, selection, dropfiles_prop->format,
|
(requestor, dropfiles_prop->type, dropfiles_prop->format,
|
||||||
dropfiles_prop->data, dropfiles_prop->length);
|
dropfiles_prop->data, dropfiles_prop->length);
|
||||||
g_free (dropfiles_prop);
|
g_free (dropfiles_prop);
|
||||||
dropfiles_prop = NULL;
|
dropfiles_prop = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user