diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-25 21:16:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-26 17:15:39 +0800 |
commit | 8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0 (patch) | |
tree | 06854a51238cdbdf15d098cffea58becfc6b301d /src | |
parent | 13d6036bb4dd8adb673bd82a591fe1bbc449ca96 (diff) | |
download | gsoc2013-empathy-8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0.tar gsoc2013-empathy-8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0.tar.gz gsoc2013-empathy-8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0.tar.bz2 gsoc2013-empathy-8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0.tar.lz gsoc2013-empathy-8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0.tar.xz gsoc2013-empathy-8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0.tar.zst gsoc2013-empathy-8d84c1728f9b1e5e41a281b6e8b1ee12020e18b0.zip |
chat-window: disable file transfer DnD
It's not supported at the moment.
https://bugzilla.gnome.org/show_bug.cgi?id=678331
Diffstat (limited to 'src')
-rw-r--r-- | 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 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[] = { |