[empathy] chat-window: disable file transfer DnD



commit 8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jun 25 15:16:07 2012 +0200

    chat-window: disable file transfer DnD
    
    It's not supported at the moment.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678331

 src/empathy-chat-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index ad48fcb..69a6f4b 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -136,8 +136,10 @@ static const GtkTargetEntry drag_types_dest[] = {
 	{ "text/contact-id", 0, DND_DRAG_TYPE_CONTACT_ID },
 	{ "text/x-individual-id", 0, DND_DRAG_TYPE_INDIVIDUAL_ID },
 	{ "GTK_NOTEBOOK_TAB", GTK_TARGET_SAME_APP, DND_DRAG_TYPE_TAB },
+	/* FIXME: disabled because of bug #640513
 	{ "text/uri-list", 0, DND_DRAG_TYPE_URI_LIST },
 	{ "text/path-list", 0, DND_DRAG_TYPE_URI_LIST },
+	*/
 };
 
 static const GtkTargetEntry drag_types_dest_contact[] = {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]