From b6410e9337d21abbcd91e222b5e5cc85af651536 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 31 May 2012 15:22:51 +0000 Subject: comment drag and drop not working --- diff --git a/terminal.py b/terminal.py index 6a5c0df..0ba2871 100644 --- a/terminal.py +++ b/terminal.py @@ -307,6 +307,7 @@ class TerminalActivity(activity.Activity): # FIXME have to resend motion events to parent, see #1402 vt.connect('motion-notify-event', self.__motion_notify_cb) + #FIXME Drag and drop not working SL#3655 #vt.drag_dest_set(Gtk.DestDefaults.MOTION | Gtk.DestDefaults.DROP, # [('text/plain', 0, 0), ('STRING', 0, 1)], # Gdk.DragAction.DEFAULT | -- cgit v0.9.1