[Xfce4-commits] [xfce/xfdesktop] 01/02: Match Thunar DnD behavior (Bug #14919)
noreply at xfce.org
noreply at xfce.org
Fri May 10 22:54:20 CEST 2019
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 2
in repository xfce/xfdesktop.
commit 46f1674eb100eb6938504cfe2cb914ce2d363620
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 8b2a74f..3c96039 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -258,9 +258,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