[gtk+] Use correct type text/uri-list for the dropped files selection
- From: Tor Lillqvist <tml src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+] Use correct type text/uri-list for the dropped files selection
- Date: Fri, 23 Oct 2009 10:44:31 +0000 (UTC)
commit 861c34b01ef22f9dfc482929b133977657c0b76b
Author: Tor Lillqvist <tml iki fi>
Date: Fri Oct 23 13:40:27 2009 +0300
Use correct type text/uri-list for the dropped files selection
Fixes bug #599321.
gdk/win32/gdkselection-win32.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/win32/gdkselection-win32.c b/gdk/win32/gdkselection-win32.c
index bf87ad7..dea0aa1 100644
--- a/gdk/win32/gdkselection-win32.c
+++ b/gdk/win32/gdkselection-win32.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]