Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-05-31 15:22:51 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-05-31 15:22:51 (GMT)
commitb6410e9337d21abbcd91e222b5e5cc85af651536 (patch)
tree5cb76c892375ea591ac1c6860351dc5541ccbf47
parent7b2f32500e618bc86c3d5497828cda1a0cfa8cd0 (diff)
comment drag and drop not workingv38
-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 |