From 8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 25 Jun 2012 15:16:07 +0200 Subject: 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 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index ad48fcbac..69a6f4b11 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[] = { -- cgit v1.2.3