[pitivi] Add effects as a possible timeline UI destination



commit 503a9e87f2c9e262a3234ffb47bb63f5098998c0
Author: Thibault Saunier <tsaunier src gnome org>
Date:   Thu May 20 22:28:35 2010 -0400

    Add effects as a possible timeline UI destination

 pitivi/ui/timeline.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index ebd23ce..8b0890b 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -345,7 +345,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
 
         # drag and drop
         self.drag_dest_set(gtk.DEST_DEFAULT_MOTION, 
-            [dnd.FILESOURCE_TUPLE],
+            [dnd.FILESOURCE_TUPLE, dnd.EFFECT_TUPLE],
             gtk.gdk.ACTION_COPY)
 
         self.connect("drag-data-received", self._dragDataReceivedCb)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]