Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--terminal.py1
1 files changed, 1 insertions, 0 deletions
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 |