]> git.0d.be Git - empathy.git/commitdiff
chat-window: disable file transfer DnD
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 25 Jun 2012 13:16:07 +0000 (15:16 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 26 Jun 2012 09:15:39 +0000 (11:15 +0200)
It's not supported at the moment.

https://bugzilla.gnome.org/show_bug.cgi?id=678331

src/empathy-chat-window.c

index ad48fcbacc078d80861e8ca61ea102d861672d16..69a6f4b11dd65335e0b802b2c78d01f9ff58783e 100644 (file)
@@ -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[] = {