[Xfce4-commits] [xfce/xfdesktop] 01/01: Match Thunar DnD behavior (Bug #14919)

noreply at xfce.org noreply at xfce.org
Sat Mar 30 19:15:49 CET 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfdesktop.

commit 81f54f09877d8d5e458ad120de33870cbf4fadf9
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Mar 30 14:38:55 2019 -0300

    Match Thunar DnD behavior (Bug #14919)
---
 src/xfdesktop-file-icon-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfdesktop-file-icon-manager.c b/src/xfdesktop-file-icon-manager.c
index 57369ab..de5b83a 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -245,9 +245,9 @@ static const GtkTargetEntry drag_targets[] = {
 };
 static const gint n_drag_targets = (sizeof(drag_targets)/sizeof(drag_targets[0]));
 static const GtkTargetEntry drop_targets[] = {
-    { "_NETSCAPE_URL", 0, TARGET_NETSCAPE_URL, },
     { "text/uri-list", 0, TARGET_TEXT_URI_LIST, },
     { "XdndDirectSave0", 0, TARGET_XDND_DIRECT_SAVE0, },
+    { "_NETSCAPE_URL", 0, TARGET_NETSCAPE_URL, },
 };
 static const gint n_drop_targets = (sizeof(drop_targets)/sizeof(drop_targets[0]));
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list