From 40f862b07b3b26449a7b3260bc7c00739fb081f7 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Sat, 30 Jun 2012 07:17:38 +0000 Subject: inline comment should be with '#' not with ''' --- diff --git a/activity.py b/activity.py index 772285b..a62e4c7 100755 --- a/activity.py +++ b/activity.py @@ -108,10 +108,11 @@ class VteActivity(ViewSourceActivity): []) self._vte.connect('selection-changed', self._on_selection_changed_cb) # FIXME It does not work because it expects and receives StructMeta Gtk.TargetEntry - ''' - self._vte.drag_dest_set(Gtk.DestDefaults.ALL, - [("text/plain", 0, TARGET_TYPE_TEXT)], - Gdk.DragAction.COPY)''' + # + #self._vte.drag_dest_set(Gtk.DestDefaults.ALL, + # [("text/plain", 0, TARGET_TYPE_TEXT)], + # Gdk.DragAction.COPY) + self._vte.connect('drag_data_received', self._on_drop_cb) # ...and its scrollbar vtebox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) -- cgit v0.9.1