From 85342ee2eb2aa3e6d7599c503d17c00d861bafcb Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sat, 8 Oct 2022 13:19:03 +0200 Subject: Fix drag and drop uploading --- main/src/ui/conversation_view.vala | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main/src/ui/conversation_view.vala') diff --git a/main/src/ui/conversation_view.vala b/main/src/ui/conversation_view.vala index 6e07b0e8..7c93c4ff 100644 --- a/main/src/ui/conversation_view.vala +++ b/main/src/ui/conversation_view.vala @@ -55,12 +55,6 @@ public class ConversationView : Widget { } } - public override void dispose() { - // To prevent a warning when closing Dino - // "Can't set a target list on a widget until you've called gtk_drag_dest_set() to make the widget into a drag destination" -// Gtk.drag_dest_unset(this); - } - private void on_upper_notify() { print("on_upper_notify\n"); if (at_current_content) { -- cgit v1.2.3-54-g00ecf