[pitivi] ui/timeline.py: Select only the clip where you drop an effect (not add it to the current selection)



commit 672bc526ea5016545262654a1b5070e793ac843f
Author: Thibault Saunier <tsaunier gnome org>
Date:   Wed Sep 1 15:18:42 2010 +0200

    ui/timeline.py: Select only the clip where you drop an effect (not add it to the current selection)

 pitivi/ui/timeline.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 15021c8..3980d01 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -38,7 +38,7 @@ from timelinecontrols import TimelineControls
 from pitivi.receiver import receiver, handler
 from zoominterface import Zoomable
 from pitivi.ui.common import LAYER_HEIGHT_EXPANDED, LAYER_SPACING, TRACK_SPACING
-from pitivi.timeline.timeline import MoveContext, SELECT_ADD
+from pitivi.timeline.timeline import MoveContext, SELECT
 from pitivi.utils import Seeker
 from pitivi.ui.filelisterrordialog import FileListErrorDialog
 from pitivi.ui.curve import Curve
@@ -476,7 +476,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
                 self.app.current.seeker.seek(self._position)
                 context.drop_finish(True, timestamp)
 
-                self.timeline.selection.setTo(timeline_objs, SELECT_ADD)
+                self.timeline.selection.setTo(timeline_objs, SELECT)
 
             return True
 



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