]> git.0d.be Git - empathy.git/commitdiff
Call gtk_drag_finish when we get a file transfer drag on a chat window
authorShaun McCance <Shaun McCance>
Tue, 15 Sep 2009 02:31:58 +0000 (21:31 -0500)
committerShaun McCance <shaunm@gnome.org>
Tue, 24 Nov 2009 18:05:31 +0000 (12:05 -0600)
src/empathy-chat-window.c

index 15ab92ce668733c8e3cf729e8447d9bf1575c37f..be29b3a8aeccf79bc3f5da8fdbbdb777d175f91a 100644 (file)
@@ -1441,6 +1441,7 @@ chat_window_drag_data_received (GtkWidget        *widget,
                empathy_send_file (contact, file);
 
                g_object_unref (file);
+               gtk_drag_finish (context, TRUE, FALSE, time);
        }
        else if (info == DND_DRAG_TYPE_TAB) {
                EmpathyChat        **chat;