Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index f37e09e..da66477 100644
--- a/activity.py
+++ b/activity.py
@@ -98,7 +98,7 @@ class ChartArea(Gtk.DrawingArea):
Gdk.EventMask.VISIBILITY_NOTIFY_MASK)
self.connect('draw', self._draw_cb)
- self.drag_dest_set_target_list([])
+ self.drag_dest_set_target_list(Gtk.TargetList.new([]))
self.drag_dest_add_text_targets()
self.connect('drag_data_received', self._drag_data_received)